JSPM

culori

1.2.0-0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 236472
  • Score
    100M100P100Q176046F
  • License MIT

A general-purpose color library for JavaScript

Package Exports

  • culori
  • culori/all
  • culori/css
  • culori/fn
  • culori/require

Readme

culori

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

The full documentation is published on culorijs.org. Some quick entry points:

Development

The 0.x branch:

npm install culori

The 1.x branch, currently in development, uses the next tag:

npm install culori@next

Contributing

Contributions of any kind (feedback, ideas, bug fixes) are welcome. Please open a GitHub issue before starting work on anything that's not straightforward.