Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```