blurhash-to-css usage example
Here we are using getStaticProps
from Next.js to fetch images from unsplash.com, convert their BlurHash placeholders to CSS Gradients and display those behind each image.
Throttle the Network in DevTools to slow down image loading and see the placeholders more easily.
Find out more at GitHub or ask me on Twitter at @fold_left.