lokesh / color-thief

Grab the color palette from an image using just Javascript. Works in the browser and in Node.
https://lokeshdhakar.com/projects/color-thief/
MIT License
12.67k stars 1.31k forks source link

refactor: Use `let` and `const` instead of `var` where appropriate #168

Closed lokesh closed 5 years ago

lokesh commented 5 years ago

Work by @ibnujakaria in #162.

This PR also includes an unrelated test fix. Snuck it in.