Anders

Results 5 comments of Anders

Hello @stophecom Long time no see. This repo does indeed need to be updated to work with later svelte versions. I need to check how svelte 3 components are supposed...

Apparently you can prepare publishing packages with svelte-kit. I made an attempt with `DropFile`. ```js import { DropFile } from 'svelte-parts' ``` Looks like it works. Let me know if...

I moved the whole thing to svelte-kit. for drop file you can use ```js import DropFile from 'svelte-parts/DropFile.svelte' ``` I kept the `multiple` arguments but reverted the part returning only...