Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/uwdata/palette-analyzer
- Owner: uwdata
- License: mit
- Created: 2017-07-13T07:04:53.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-09-02T06:24:21.000Z (about 7 years ago)
- Last Synced: 2024-10-11T22:19:19.264Z (about 1 month ago)
- Language: HTML
- Size: 718 KB
- Stars: 5
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`.