damienroche / vue-blurhash

🌁 VueJS components using the blurhash algorithm (representation of a placeholder for an image)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can't use it because canvas render takes it way too long.

ginkida opened this issue · comments

Used it on several projects but abandoned it after realizing problems with render. I think the problem lies in canvas width and height (the browser takes time for rendering big canvases). Can you utilize canvas like there?

Width and height are small (32px) and it takes only aspect ratio for canvas rendering. Thank you.