We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hey @zerodevx thanks for the great repository.
I have made a variation of svelte-img that you might find interesting.
svelte-img
Called vercel-img it builds on the design here but allows using Vercel to generate the width and type variations.
vercel-img
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.
<picture>
Just thought I'd share it here. Hope you find it interesting.
The text was updated successfully, but these errors were encountered:
Looks cool! 🎉
Sorry, something went wrong.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: