Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

README

        

![culori](./docs/img/culori.svg)

npm version bundle size

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).