blurhash-elixir icon indicating copy to clipboard operation
blurhash-elixir copied to clipboard

Add decoding functionality?

Open garretttaco opened this issue 4 years ago • 4 comments

Any plans to add functionality to decode the blur hash? That would pair really well with Phoenix LiveView and trying to handle encoding and decoding all in Elixir.

garretttaco avatar Nov 07 '20 04:11 garretttaco

@garretttaco Decoding is definitely something worth doing. Currently, I'm out of time to deal with it, but if you want, you can implement it and make a PR :nerd_face:

perzanko avatar Nov 24 '20 20:11 perzanko

@garretttaco hey, in case you still need a blurhash decoder in elixir, I just released a library that has it https://github.com/rinpatch/blurhash

rinpatch avatar Jun 17 '21 14:06 rinpatch

@rinpatch Cool! I'll take a look. Would you be interested in making a merge request to this repo with that functionality, or would you prefer to keep your implementation separate?

garretttaco avatar Jun 17 '21 15:06 garretttaco

@garretttaco I think I will keep my implementation separate.

rinpatch avatar Jun 17 '21 16:06 rinpatch