Skip to content

Releases: omgovich/colord

v1.3 (CIE LCH color space)

25 Apr 21:54
Compare
Choose a tag to compare

v1.2 (CIE LAB color space)

16 Apr 19:51
Compare
Choose a tag to compare

v1.1 (Validation)

14 Apr 21:17
Compare
Choose a tag to compare
  • 🕵️‍♂️ Added isValid method

v1.0 (Here comes the hero!)

14 Apr 16:23
Compare
Choose a tag to compare

The fastest and tiniest color manipulation library is officially live!

  • 📦 Small: Just 1.4 KB gzipped (3x+ lighter than color and tinycolor2)
  • 🚀 Fast: 2x+ faster than color and tinycolor2
  • 😍 Simple: Chainable API and familiar patterns
  • 💪 Immutable: No need to worry about data mutations
  • 🛡 Bulletproof: Written in strict TypeScript and has 100% test coverage
  • 🗂 Typed: Ships with types included
  • 🏗 Extendable: Built-in plugin system to add new functionality
  • 👫 Works everywhere: Supports all browsers and Node.js
  • 💨 Dependency-free