From 46f3bbf887627b1313ff47d8d854f4ee58e7f112 Mon Sep 17 00:00:00 2001 From: "Dmitry Iv." Date: Tue, 21 Jul 2026 19:08:39 -0400 Subject: [PATCH] Add color-space --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 85a4886a..149aa5c5 100644 --- a/README.md +++ b/README.md @@ -556,6 +556,7 @@ There're also some great commercial libraries, like [amchart](https://www.amchar * [PleaseJS](https://github.com/Fooidge/PleaseJS) - JavaScript Library for creating random pleasing colors and color schemes. * [TinyColor](https://github.com/bgrins/TinyColor) - Fast, small color manipulation and conversion for JavaScript. * [Vibrant.js](https://github.com/jariz/vibrant.js/) - Extract prominent colors from an image. +* [color-space](https://github.com/colorjs/color-space) - Conversions between 162 color spaces (OKLCH, CAM16, Munsell, camera logs) with cited references. ## I18n And L10n *Localization (l10n) and internationalization (i18n) JavaScript libraries.*