Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/uwdata/palette-analyzer

Analyzes the local and global distances in [RGB, LAB, UCS, Color Names] model, given a palette.
https://github.com/uwdata/palette-analyzer

Last synced: 7 days ago
JSON representation

Analyzes the local and global distances in [RGB, LAB, UCS, Color Names] model, given a palette.

Awesome Lists containing this project

README

        

# palette-analyzer
Analyzes the local and global distances in [RGB, LAB, UCS, Color Names] model, given a palette.

### Steps to run
1. Clone the repository.

2. Build.

```
cd palette-analyzer
npm install
npm run build
```

3. Start a server, for example by running `python -m SimpleHTTPServer 7999` in the project root directory.

4. Open your browser and browse to `http://localhost:7999/test`.