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

There seems to be some writing problems with the documentation #226

Closed Chairowell closed 1 year ago

Chairowell commented 2 years ago

image

Missing " ) "

Should be changed to

img.addEventListener('load', function() { colorThief.getColor(img); });

lokesh commented 1 year ago

Fixed. Thanks!

https://lokeshdhakar.com/projects/color-thief/