-
In your docs page: https://elements.colorjs.io/src/color-picker/#dynamic
- select Jzazbz as the color space
- note that the top and bottom slider tracks are white
- slide the jz slider to the rig…
-
Hello @mattdesl!
Just wondering if you'd like to join @colorjs with this package maybe?
Just a humble collection of color utils for JS, maybe easier to search. color-luminance seems a perfect fit.
…
-
The current structure has served us well but we're at the point where we need to separate the two.
In terms of tests, presumably the JS tests will stay with the library, while the HTML tests (old a…
-
https://github.com/web-platform-tests/wpt/blob/6018167f38e7d5c98ba131b66bc75a67643b662e/css/css-color/parsing/relative-color-out-of-gamut.html#L24-L52
When verifying various tests for css-color I n…
-
reduced case https://codepen.io/argyleink/pen/QWZEqeM
- squares on the left are the control, an oklch high chroma color
- the `~Expected` example is a color i've quickly hand authored in `rgb()`
- …
-
Building a project with Rollup that has `colorjs.io` as a dependency results in the following warnings:
```
(!) Circular dependencies
node_modules/colorjs.io/src/to.js -> node_modules/colorjs.io/sr…
-
I saw OKHsl space is on the doc but I can't use it in the latest version, which confused me. So when do you plan publish it to npm? Or could you mark it as unpublished in the docs? Thanks
https://col…
-
The readme suggests that `space.lab.lch` is a function:
https://github.com/colorjs/color-space/blob/9687f77a0c95cdf37bba7ef7aa0fb35237446472/README.md?plain=1#L13-L16
However, running this throws …
-
In `color(lab L a b)`, same as `lab(L a b)`, the L parameter [is required to have a percentage](https://drafts.csswg.org/css-color-4/#valdef-color-lab) and 50% [resolves to an L value of 50, not 0.5](…
-
When navigating directly to https://colorjs.io/docs/spaces, the list of color spaces doesn't always load. I get inconsistent error messages, but it's usually something like `Unhandled Promise Rejectio…