blurhash-elixir
blurhash-elixir copied to clipboard
Add decoding functionality?
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 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:
@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 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 I think I will keep my implementation separate.