From c336b229424eeb95b29a2d450b298c5d2f44fc01 Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Mon, 4 Jul 2022 21:49:59 +0200 Subject: Allow dragging --- src/routes/index.svelte | 82 +++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 80 insertions(+), 2 deletions(-) (limited to 'src/routes') diff --git a/src/routes/index.svelte b/src/routes/index.svelte index 5982b0a..f2544cf 100644 --- a/src/routes/index.svelte +++ b/src/routes/index.svelte @@ -1,2 +1,80 @@ -

Welcome to SvelteKit

-

Visit kit.svelte.dev to read the documentation

+ + +
+
+ +
+ ({ formatCoordinate(x) }, { formatCoordinate(y) }) +
+ + -- cgit