alpha
Login
or
Join now
kasper.space
/
svelte-droplet
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
[READ-ONLY] Mirror of https://github.com/probablykasper/svelte-droplet. File dropzone for Svelte
svelte-droplet.kasper.space
file-drop
svelte
typescript
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
Update GitHub username
author
Kasper
date
2 days ago
(Jul 25, 2026, 12:17 PM +0200)
commit
ceec8971
ceec8971bbcf0cea42c5e146d8dac13a952af17a
parent
d77a08b8
d77a08b88b3a809bb35901c075cd77108bcbaf02
+5
-5
3 changed files
Expand all
Collapse all
Unified
Split
README.md
package.json
src
routes
+page.svelte
+1
-1
README.md
View file
Reviewed
···
3
3
[](https://npmjs.com/package/svelte-droplet)
4
4
[](LICENSE)
5
5
[](https://npmjs.com/package/svelte-droplet)
6
6
-
[](https://github.com/probablykasper/svelte-droplet/actions/workflows/test.yml)
6
6
+
[](https://github.com/kasper9n/svelte-droplet/actions/workflows/test.yml)
7
7
8
8
File dropzone for Svelte
9
9
+2
-2
package.json
View file
Reviewed
···
37
37
"homepage": "https://svelte-droplet.kasper.space",
38
38
"repository": {
39
39
"type": "git",
40
40
-
"url": "git+https://github.com/probablykasper/svelte-droplet.git"
40
40
+
"url": "git+https://github.com/kasper9n/svelte-droplet.git"
41
41
},
42
42
"bugs": {
43
43
-
"url": "https://github.com/probablykasper/svelte-droplet/issues"
43
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
View file
Reviewed
···
15
15
<h2 class="logo">Svelte Droplet</h2>
16
16
<div class="mr-auto"></div>
17
17
18
18
-
<a href="https://github.com/probablykasper/svelte-droplet#usage">Docs</a>
18
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
20
-
<a href="https://github.com/probablykasper/svelte-droplet" aria-label="GitHub repository">
20
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"