Skip to content

Releases: bbrks/go-blurhash

Simplify slice init to fix lint warning

02 Jan 16:49
Compare
Choose a tag to compare
v1.1.1

Simplify slice init to fix lint warning

DecodeDraw to support decoding hashes into any image type

01 Dec 13:28
a1611e5
Compare
Choose a tag to compare

You can decode blurhashes into any image type satisfying the image.Image interface by using the DecodeDraw function (#3)

v1.0

13 May 23:47
Compare
Choose a tag to compare

API stable

Decode implementation

09 May 00:33
Compare
Choose a tag to compare
Remove 1.13 error handling

Also added go.mod file