Closed Stijn-B closed 7 months ago
Hey! Not sure why this wasn't working. npm i from the root directory works for me, even from a clean slate. And the demo folder should be its own svelte-kit web app that should let you test the dropzone as you code in there.
That said, TS should already be supported by this library - see my comment here:
https://github.com/thecodejack/svelte-file-dropzone/issues/89#issuecomment-2041232613
Hi, I wanted to look into how hard/easy it would be to add Typescript types to the events so I tried
git clone
and thennpm install
but I'm getting an error.I couldn't figure out how to resolve this.
@arackaf if you can help me get up and running I'd love to try adding Typescript support to this package. I'm no expert but looking at https://github.com/thecodejack/svelte-file-dropzone/issues/89 it seems easy/accessible enough