Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tim-janik/zcam-js
ZCAM color appearance model in JS with related tools and utilities
https://github.com/tim-janik/zcam-js
Last synced: 9 days ago
JSON representation
ZCAM color appearance model in JS with related tools and utilities
- Host: GitHub
- URL: https://github.com/tim-janik/zcam-js
- Owner: tim-janik
- License: mpl-2.0
- Created: 2022-03-04T18:07:01.000Z (almost 3 years ago)
- Default Branch: trunk
- Last Pushed: 2022-10-24T07:30:29.000Z (about 2 years ago)
- Last Synced: 2024-11-29T08:49:29.284Z (24 days ago)
- Language: JavaScript
- Size: 233 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# zcam-js
ZCAM color appearance model in JS with related tools and utilities## INSTALLATION
Commands to build the package and run the tests:
```sh
npm install # fetch and install dependencies
npm run eslint # check syntax
npm test # run unit tests
npm run rollup # build cjs mjs
npx npm-check-updates -u # upgrade package.json
```