Replies: 5 comments
-
same question |
Beta Was this translation helpful? Give feedback.
-
Hello, I had the same problem. So, I've created a hook called use-next-blurhash. You just need to pass the blurhash code, and the hook returns you the URL to pass to the NextImage component. Any feedback is welcome 😁 |
Beta Was this translation helpful? Give feedback.
-
Next.js would benefit from #56 (blurhash to base64 conversion). This would work with the existing |
Beta Was this translation helpful? Give feedback.
-
If you guys still need a decoder for NextJS that also works on the server side, I made my own that doesn't require a canvas dependency: |
Beta Was this translation helpful? Give feedback.
-
For this library to work with Next.js, you'd need to create a Closing. |
Beta Was this translation helpful? Give feedback.
-
This library does not work with the placeholder of the nextJS 11 image component, right? https://nextjs.org/docs/api-reference/next/image
Beta Was this translation helpful? Give feedback.
All reactions