metafizzy / huebee

🐝 1-click color picker
https://huebee.buzz
403 stars 43 forks source link

Patch to support old browsers #9

Closed v-honcharenko closed 7 years ago

v-honcharenko commented 7 years ago

Now 'imageData' is an ordinary Array instead of a Uint8Array. This makes it possible to use Huebee color picker in older browsers that don't support ECMAScript 6 (IE11-, Android 5.1- et al.)

desandro commented 7 years ago

Thank you for this contribution! I have my eyes on other projects at the moment. I'll take another look at this when I'm ready to dive back into Huebee.

desandro commented 7 years ago

v1.0.1 has been released with a fix for this bug. Thank you for your input!