-
https://lea.verou.me/2022/06/releasing-colorjs/
-
After installing colorjs.io using ` npm install colorjs.io`, when I try to build my application, I get the following error:
```
ERROR in ./node_modules/colorjs.io/dist/color.js 324:31
Module …
-
Colorjs.io implemented it. I guess maybe considering it for HDR maybe. They have an implementation, but I'd like to dig up the spec somewhere and take a look (as long as it's not behind a paywall 🙃).
-
Looks like `chromaticity.js` and `interpolation.js` both have an export named `register`. This becomes a problem because they both get re-exported with `*` from `index-fn.js`:
```js
export * …
-
It currently points to https://colorjs.io/elements/color-swatch/, but this 404s.
-
[Reported on Twitter](https://twitter.com/sergiomdgomes/status/1542114161903243264)
Link: https://unpkg.com/browse/colorjs.io@0.2.2/
-
Hey, thank you for the great work!
Since yesterday, the [colorsjs.io](https://colorjs.io) website seem to be down.
I can't access it from now..
-
Right now library exports one big class with everything inside.
It is bad for website performance because webapp JS bundle will contain all methods of Color.js even if user use only a few of them.
…
-
Ref:
- css color(): https://caniuse.com/css-color-function
- webkit: https://webkit.org/blog/10042/wide-gamut-color-in-css-with-display-p3/
- hwb: https://caniuse.com/mdn-css_types_color_hwb
- l…
-
## Description
Add OKLab and OKLch support to interpolation functions `.range()` and `.step()`
## Details
When using `.range()` or `.steps()`, both "oklab" and "oklch" throw an error as an unsupp…