Update CI/CD, added dev dependencies
All checks were successful
Checks / build (push) Successful in 19s
All checks were successful
Checks / build (push) Successful in 19s
This commit is contained in:
parent
f106226e70
commit
546efcd2d0
8 changed files with 1524 additions and 6 deletions
|
|
@ -37,4 +37,3 @@ export interface IRadialGradient {
|
|||
export interface IConicGradient {
|
||||
type: "conic";
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@gxc-solutions/renderer-base",
|
||||
"version": "0.0.3",
|
||||
"version": "0.0.4",
|
||||
"main": "index.js",
|
||||
"author": "GXC Solutions",
|
||||
"publishConfig": {
|
||||
|
|
|
|||
|
|
@ -0,0 +1,3 @@
|
|||
# Descriptions
|
||||
|
||||
`@gxc-solutions/renderer-base` is a package with base interfaces and utils for frontend rendering implementation.
|
||||
Loading…
Add table
Add a link
Reference in a new issue