Puru Vijay
Puru Vijay
Thanks for this! There area few errors though. Can you run the svelte-check command locally and fix them?
is necessary for keeping up the quality of the project. Please change it back to `ts` and fix the TypeScript errors :)
I think the relative path is wrong, maybe? If not, try restarting your vscode, that could make the error go away
Thanks!
I've thought about this, and not sure how I want to tackle this. If you take draggable outside the svelte REPL examples and leave them here, they stay there. That...
> I had a similar problem, and I wanted to use drag to change the position *without* transform/translate. If we're able to do that, I could imagine using the left/top...
sveltelab example Seems to be working. Also, that is a typescript warning which happens if you import something but don't use it. Here it is being used Reg svelte 5:...
What bundler are you using?
Ohh I just saw the issue. It's strange. Fortunately, it doesn't affect the final bundle or the runtime implementation, so you're good to go on that front. It's not a...
Ah! Wait, then how are you importing `@neodrag/vanilla` directly without a bundler? If ur using it raw in a browser environment, maybe using the CDN directly could be worth it?...