gatsby-transformer-blurhash icon indicating copy to clipboard operation
gatsby-transformer-blurhash copied to clipboard

Add querying for blurhash string to be decoded on the client?

Open gryzzly opened this issue 4 years ago • 7 comments

From my understanding, serving image as base64 doesn’t realize full potential of blurhash. Full benefit of blurhash algorithm is that it produces a string significantly smaller than base64 of the thumbnail-sized JPEG.

This transformer sends base64 to client, if I followed the code correctly.

gryzzly avatar May 11 '20 18:05 gryzzly