Best Practice converting blurHash to data url #8
martin-coded
started this conversation in
General
Replies: 1 comment
-
|
If you want to display a BlurHash string on a webpage, you can achieve this using https://github.com/woltapp/blurhash/tree/master/TypeScript, rather than saving the image as a Data URL. Using a Data URL defeats the main purpose of BlurHash. You can read more about it in this article: https://blog.wolt.com/hq/2019/07/01/how-we-came-to-create-a-new-image-placeholder-algorithm-blurhash/. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What is the best practice to convert the blurhash to a dataURL to use it for example in a Next.js application?
Beta Was this translation helpful? Give feedback.
All reactions