[READ-ONLY] Mirror of https://github.com/probablykasper/svelte-droplet. File dropzone for Svelte svelte-droplet.kasper.space
file-drop svelte typescript
0

Configure Feed

Select the types of activity you want to include in your feed.

Update GitHub username

+5 -5
+1 -1
README.md
··· 3 3 [![NPM](https://img.shields.io/npm/v/svelte-droplet.svg)](https://npmjs.com/package/svelte-droplet) 4 4 [![License](https://img.shields.io/npm/l/svelte-droplet.svg)](LICENSE) 5 5 [![NPM Downloads](https://img.shields.io/npm/dm/svelte-droplet.svg)](https://npmjs.com/package/svelte-droplet) 6 - [![test](https://github.com/probablykasper/svelte-droplet/actions/workflows/test.yml/badge.svg)](https://github.com/probablykasper/svelte-droplet/actions/workflows/test.yml) 6 + [![test](https://github.com/kasper9n/svelte-droplet/actions/workflows/test.yml/badge.svg)](https://github.com/kasper9n/svelte-droplet/actions/workflows/test.yml) 7 7 8 8 File dropzone for Svelte 9 9
+2 -2
package.json
··· 37 37 "homepage": "https://svelte-droplet.kasper.space", 38 38 "repository": { 39 39 "type": "git", 40 - "url": "git+https://github.com/probablykasper/svelte-droplet.git" 40 + "url": "git+https://github.com/kasper9n/svelte-droplet.git" 41 41 }, 42 42 "bugs": { 43 - "url": "https://github.com/probablykasper/svelte-droplet/issues" 43 + "url": "https://github.com/kasper9n/svelte-droplet/issues" 44 44 }, 45 45 "author": { 46 46 "name": "Kasper Henningsen",
+2 -2
src/routes/+page.svelte
··· 15 15 <h2 class="logo">Svelte Droplet</h2> 16 16 <div class="mr-auto"></div> 17 17 18 - <a href="https://github.com/probablykasper/svelte-droplet#usage">Docs</a> 18 + <a href="https://github.com/kasper9n/svelte-droplet#usage">Docs</a> 19 19 <a href="https://svelte.dev/repl/961863cf346c474888b658b98dcbf287?version=3.46.4">REPL</a> 20 - <a href="https://github.com/probablykasper/svelte-droplet" aria-label="GitHub repository"> 20 + <a href="https://github.com/kasper9n/svelte-droplet" aria-label="GitHub repository"> 21 21 <svg 22 22 height="24" 23 23 viewBox="-2 -2 28 28"