You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
importColorfrom"colorjs.io";constcolor1=newColor("black");// Color from "colorjs.io/types/src/index.d.ts"constcolor2=color1.to("srgb");// Color "from colorjs.io/types/src/color.d.ts"// @ts-expect-error Type 'Color' is missing the following properties from type 'Color': uv, xy, contrast, contrastWCAG21, and 18 more.constcolor3: Color=color2;
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: