Analyzes the local and global distances in [RGB, LAB, UCS, Color Names] model, given a palette.
-
Clone the repository.
-
Build.
cd palette-analyzer
npm install
npm run build
-
Start a server, for example by running
python -m SimpleHTTPServer 7999
in the project root directory. -
Open your browser and browse to
http://localhost:7999/test
.