zerodevx / svelte-img

High-performance responsive/progressive images for SvelteKit
https://zerodevx.github.io/svelte-img/
ISC License
321 stars 11 forks source link

Upgrade packages, Use typescript #49

Open leoj3n opened 6 months ago

leoj3n commented 6 months ago

Everything should work here except the dark theme for the website seems to no longer be applied.

leoj3n commented 6 months ago

IntelliSense in action

image

image

image

zerodevx commented 1 month ago

In theory, js with jsdoc definitions should work just fine since svelte-package promises to generate ts.ds from them (so intellisense should be somewhat functional). The problem is it under-delivers. IBM does a better job with sveld so we use that instead.

Really appreciate your PR though! 🙏