Dan Burzo
Dan Burzo
Thanks @danielnixon for the note, indeed the latest `[email protected]`, which uses `@mozilla/[email protected]`, does not require the `--unsafe` flag to process the Spiegel article! I am incline to leave the flag...
`oklch(100% 0 0)` is _ever so slightly_ out of gamut in sRGB: ```js culori.rgb({ mode: 'oklch', l: 1, c: 0, h: 0 }) Object { mode: "rgb", r: 0.9999999694343974, g:...
A similar issue is [discussed here](https://github.com/Evercoder/culori/issues/236#issuecomment-2105109083).
I’ve updated the matrices for Oklab conversion to match the css-color-4 spec (e43d12ad3344477b0cc043269911191c4b8c45b0). Incidentally, due to our slightly different LRGB to XYZ D65 matrix, `oklch(100% 0 0)` is now in...
Available in [`[email protected]`](https://github.com/Evercoder/culori/releases/tag/v4.0.2).
Hi @DFSIdigital, @TheMath123, sorry for the late response. I am aware some bundlers and front-end tooling might not play well with how Culori is structured, and the best we can...
Next.js 15.3 mentions this in the [release notes](https://github.com/vercel/next.js/releases/tag/v15.3.0): > Turbopack: fix `sideEffects` matching for non-relative globs: https://github.com/vercel/next.js/pull/77693 I’m going out on a limb and consider this an issue with Next.js...