blurhash-img
blurhash-img copied to clipboard
A Web Component for decoding blurhash strings onto a canvas.
Results
2
blurhash-img issues
Sort by
recently updated
recently updated
newest added
According to MDN `aspect-ratio` should be specified as `width / height`, while `blurhash-img` is using `height / width` instead. It would be great to get this aligned with the css...
This PR changes the way aspect ratios are used, to follow [the native CSS implementation](https://developer.mozilla.org/en-US/docs/Web/CSS/aspect-ratio#values). I've also updated the dev setup slightly, to more easily verify the changes.