@leafer-ui/interface
Advanced tools
+2
-2
| { | ||
| "name": "@leafer-ui/interface", | ||
| "version": "1.0.0-rc.2", | ||
| "version": "1.0.0-rc.3", | ||
| "description": "@leafer-ui/interface", | ||
@@ -25,4 +25,4 @@ "author": "Chao (Leafer) Wan", | ||
| "dependencies": { | ||
| "@leafer/interface": "1.0.0-rc.2" | ||
| "@leafer/interface": "1.0.0-rc.3" | ||
| } | ||
| } |
+3
-0
@@ -141,2 +141,5 @@ import { ILeaf, ILeafComputedData, ILeafData, ILeafInputData, ILeaferCanvas, IRenderOptions, IPathDrawer, IPointData, IPath2D, IPathCommandData, IWindingRule, ILeaferImageConfig, IBoundsData, IObject, __Number, IPathString, ILeaferImage, IBlob, IPathCreator } from '@leafer/interface' | ||
| startCharSize?: number | ||
| endCharSize?: number | ||
| paraStart?: boolean // paragraph start | ||
@@ -143,0 +146,0 @@ paraEnd?: boolean // paragraph end |
+2
-0
@@ -394,2 +394,4 @@ import { IPointData, IExportFileType, IWindingRule, IPathCommandData, IBlendMode, IMatrixData, ILeaferImage, IBlob, ILeaf, IPathString, IPathCreator, IBoundsData, ILeaferImageConfig, ILeaferCanvas, IRenderOptions, IPathDrawer, ILeafData, IPath2D, ILeafComputedData, ILeafInputData, IObject, ILeafRender, ILeafBounds, ILeafHit, ICachedLeaf, IBooleanMap } from '@leafer/interface'; | ||
| words?: ITextWordData[]; | ||
| startCharSize?: number; | ||
| endCharSize?: number; | ||
| paraStart?: boolean; | ||
@@ -396,0 +398,0 @@ paraEnd?: boolean; |
43632
0.25%1269
0.32%+ Added
- Removed
Updated