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.34k stars 1.31k forks source link

Unable to install package #229

Closed ninadsutrave closed 1 year ago

ninadsutrave commented 1 year ago

I wanted to try out the utility in a Node project however I am unable to install the package. Is the service no longer running? It just says that 'this library is no longer supported'.

Psycomentis06 commented 1 year ago

It looks like I used it 3 years ago. but now it doesn't. If you want to use it you can fork it and update the library and upgrade it to a newer node version.

ninadsutrave commented 1 year ago

Can I submit a pr after making the necessary updates? Asking because I don't see any merges lately.

lokesh commented 1 year ago

Give the latest version a go which was released recently. It should resolve the install issues related to the quantize dep reference in package.json: https://github.com/lokesh/color-thief/releases/tag/v2.4.0

Let me know if the issue persists for you and I'll reopen.