blurhash-as
blurhash-as copied to clipboard
Feat: get average color
fast-blurhash
has a useful function called getBlurHashAverageColor
that, as the name implies, gets the average color from the blurhash as an array of 3 r, g, and b integer values.
Interesting. Do you have a link to the implementation?
https://github.com/mad-gooze/fast-blurhash/blob/main/index.js#L44
Thanks! I'll look into it