@leafer/data
Advanced tools
+2
-2
| { | ||
| "name": "@leafer/data", | ||
| "version": "1.9.4", | ||
| "version": "1.9.5", | ||
| "description": "@leafer/data", | ||
@@ -25,4 +25,4 @@ "author": "Chao (Leafer) Wan", | ||
| "devDependencies": { | ||
| "@leafer/interface": "1.9.4" | ||
| "@leafer/interface": "1.9.5" | ||
| } | ||
| } |
+4
-0
@@ -26,2 +26,6 @@ import { ILeafData, ILeaf, IObject, IValue, IPathCommandData, IJSONOptions } from '@leafer/interface' | ||
| public get __usePathBox(): boolean { | ||
| return (this as ILeafData).__pathInputed as any as boolean | ||
| } | ||
| public get __blendMode(): string { | ||
@@ -28,0 +32,0 @@ if ((this as ILeafData).eraser && (this as ILeafData).eraser !== 'path') return 'destination-out' |
+1
-0
@@ -23,2 +23,3 @@ import { IObject, IBooleanMap, ILeafData, ILeaf, IPathCommandData, IJSONOptions } from '@leafer/interface'; | ||
| get __isLinePath(): boolean; | ||
| get __usePathBox(): boolean; | ||
| get __blendMode(): string; | ||
@@ -25,0 +26,0 @@ constructor(leaf: ILeaf); |
11382
1.32%245
1.66%