generated from gxc-solutions/gxc-template-repo
This commit is contained in:
parent
6e062dcadb
commit
6c2373d6ec
4 changed files with 9 additions and 9 deletions
|
|
@ -1,6 +1,6 @@
|
|||
import { degToRad } from "@gxc-solutions/math/functions";
|
||||
import { IPoint, ISize } from "@gxc-solutions/math/interfaces";
|
||||
import { IFont, IStroke, ITransform } from "@gxc-solutions/renderer-base";
|
||||
import { IPoint, ISize, ITransform } from "@gxc-solutions/math/interfaces";
|
||||
import { IFont, IStroke } from "@gxc-solutions/renderer-base";
|
||||
import {
|
||||
IBaseFill,
|
||||
ISolidFill,
|
||||
|
|
|
|||
|
|
@ -9,6 +9,6 @@
|
|||
},
|
||||
"peerDependencies": {
|
||||
"@gxc-solutions/math": "^0.0.3",
|
||||
"@gxc-solutions/renderer-base": "^0.0.11"
|
||||
"@gxc-solutions/renderer-base": "^0.0.12"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue