palette-analyzer
v0.0.1
Published
Analyzes the local and global distances in [RGB, LAB, UCS, Color Names] model, given a palette.
Downloads
4
Readme
palette-analyzer
Analyzes the local and global distances in [RGB, LAB, UCS, Color Names] model, given a palette.
Steps to run
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
.