Release package version 0.0.3
All checks were successful
CI / build (push) Successful in 24s

Added color parse and color interfaces
This commit is contained in:
Andrey Kernichniy 2026-03-14 17:26:04 +07:00
parent 7742cc7a83
commit 5d1acba69c
7 changed files with 35 additions and 6 deletions

View file

@ -1,4 +1,4 @@
import { IColor } from "@gxc-solutions/colors";
import { IColor } from "./color";
export interface IStroke {
width: number;