Release package version 0.0.9
All checks were successful
Checks / build (push) Successful in 23s

Update interface for rgb color
This commit is contained in:
Andrey Kernichniy 2026-03-07 22:45:22 +07:00
parent b20703e6e6
commit 5d22fefef2
2 changed files with 2 additions and 1 deletions

View file

@ -2,4 +2,5 @@ export interface IRgbColor {
r: number; r: number;
g: number; g: number;
b: number; b: number;
a: number;
} }

View file

@ -1,6 +1,6 @@
{ {
"name": "@gxc-solutions/renderer-base", "name": "@gxc-solutions/renderer-base",
"version": "0.0.8", "version": "0.0.9",
"main": "index.js", "main": "index.js",
"author": "GXC Solutions", "author": "GXC Solutions",
"publishConfig": { "publishConfig": {