color-palette-extraction
color-palette-extraction copied to clipboard
Create a color palette using median cut with Javascript
Create a color palette from an image
Using median cut algorithm & color quantization to obtain a color palette with complementary colors in plain Javascript.
Demo the app here.
This repository was created as an example for this article
How to run
Simply clone and open the HTML file in the browser, that's it.