Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Evercoder/culori
A comprehensive color library for JavaScript.
https://github.com/Evercoder/culori
cielab cielch color color-difference css-color din99 hsl hsv hwb ictcp interpolation jzazbz lab oklab rgb
Last synced: 3 months ago
JSON representation
A comprehensive color library for JavaScript.
- Host: GitHub
- URL: https://github.com/Evercoder/culori
- Owner: Evercoder
- License: mit
- Created: 2018-03-27T15:05:09.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2024-08-04T06:56:59.000Z (6 months ago)
- Last Synced: 2024-10-04T08:50:21.287Z (4 months ago)
- Topics: cielab, cielch, color, color-difference, css-color, din99, hsl, hsv, hwb, ictcp, interpolation, jzazbz, lab, oklab, rgb
- Language: JavaScript
- Homepage: https://culorijs.org
- Size: 5.95 MB
- Stars: 860
- Watchers: 9
- Forks: 30
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome - Evercoder/culori - A comprehensive color library for JavaScript. (JavaScript)
- my-awesome-list - culori
- awesome-starred-test - Evercoder/culori - A comprehensive color library for JavaScript. (JavaScript)
- awesome-list - culori
README
![culori](./docs/img/culori.svg)
Culori is a comprehensive color library for JavaScript that works across many color spaces to offer conversion, interpolation, color difference formulas, blending functions, and more. It provides up-to-date support for the color spaces defined in [CSS Color Module Level 4](https://drafts.csswg.org/css-color/) specification.
```bash
npm install culori
```The full documentation is published on [culorijs.org](https://culorijs.org). Some quick entry points:
- [Getting started](https://culorijs.org/getting-started)
- [API References](https://culorijs.org/api/)
- [Supported color spaces](https://culorijs.org/color-spaces/)## Contributing
Contributions of all kinds (feedback, ideas, bug fixes, documentation) are welcome.
Please open a GitHub issue/discussion before putting in any work that’s not straightforward.
More in [CONTRIBUTING.md](./CONTRIBUTING.md).