zerodevx / svelte-img

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

vercel-img (not an issue) #45

Open leoj3n opened 7 months ago

leoj3n commented 7 months ago

Hey @zerodevx thanks for the great repository.

I have made a variation of svelte-img that you might find interesting.

Called vercel-img it builds on the design here but allows using Vercel to generate the width and type variations.

This is useful considering the limitations of using Vercel alone, such as no crop feature.

It is also useful in the other direction as it is not possible to preload sources in a <picture> element.

Just thought I'd share it here. Hope you find it interesting.

zerodevx commented 7 months ago

Looks cool! 🎉