-
Hi all -- I'm trying to incorporate colorjs in my TypeScript project and have run into a few issues with the typings, which have already been fixed but haven't been released yet. Is there any chance t…
-
How do I import other modules in the config file?
I'm trying to register a custom transform and need `tinycolor2` to achieve it:
```ts
import Color from 'tinycolor2';
StyleDictionary.registe…
-
Hi!
It would be nice to have color space descriptions from the documentation accessible in the Color object. However I understand they might make this library heavy, so please feel free to close th…
-
Throws error when I try to access css color variable
```js
import Color from "colorjs.io";
// This works:
const someColorString = getComputedStyle(document.documentElement).getPropertyValue('…
-
The netlify (success) button in the readme is opening a page where the deploys of colorjs are being displayed. Shouldn't there be a button to link to official website instead of linking to this page(n…
-
### Current behavior
The server crashes after upgrading to Typescript 5.3.2. Downgrading to 5.2.2 fixes the issue.
For me this happens only if I uses `extends` in tsconfig.json and specifying a…
-
### Design:
[Figma Design Document](https://www.figma.com/file/RrcLH0mWpIUy4vwuTlDeKN/Baklava-Design-Guide?node-id=28%3A2679)
### We'll implement this features on this issue;
- Palette colors…
-
Testcase:
```js
let color1 = new Color("lch", [50, 50, 0]);
let color2 = new Color("lch", [50, 50, 360]);
let steps = Color.steps(color1, color2, {space: "lch", steps: 10, hue: "longer"});
con…
-
I see from the convert app that the results for rec2100-hlg are very wrong.
I thought I knew how to fix it, looking at BT.2390, but I tried it and I don't.
_(Note that BT.2390 expects the linea…
-
When I add `import Color from 'colorjs.io'` to one of my project files, I get this:
```ERROR in ./node_modules/colorjs.io/dist/color.js 324:31
Module parse failed: Unexpected token (324:31)
You m…