Adding Blurhash to image uploads

@oliverbutler thanks for the solution.

My blog is actually built using Strapi & Next.js. I have two options:

1: I can store blurHash value on the Strapi as explained in your tutorial.

2: I can use plaiceholder library to generate the blurhash on the frontend.

Can you please guide me on which approach is better?

Thanks