Update CI/CD, added dev dependencies
All checks were successful
Checks / build (push) Successful in 19s

This commit is contained in:
Andrey Kernichniy 2026-03-07 01:41:13 +07:00
parent f106226e70
commit 546efcd2d0
8 changed files with 1524 additions and 6 deletions

View file

@ -37,4 +37,3 @@ export interface IRadialGradient {
export interface IConicGradient {
type: "conic";
}

View file

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

View file

@ -0,0 +1,3 @@
# Descriptions
`@gxc-solutions/renderer-base` is a package with base interfaces and utils for frontend rendering implementation.