-
-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
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
consider using thumbhash #8
Comments
Hey, that's an interesting idea. I experimented with
Yup I think we probably can hook it up directly. Definitely still interested to look into this once I get a moment! |
Hi Folks Thanks for this great library. I know the binary/base64 string generated by thumbhash is pretty small (under 30 bytes or so), but the data URL generated by it is significantly large in size. How is |
Hmm I don't really understand - |
Ohh!! Thanks for the quick response @zerodevx 🙇🏽 |
see https://evanw.github.io/thumbhash/ for a better explanation. seems to generate better LQIPs(way better quality, same or lower file/base64 size) - not sure if imagetools library needs to implement this or you can hook this up directly here https://github.com/zerodevx/svelte-img/blob/master/src/lib/vite.js#L6
The text was updated successfully, but these errors were encountered: