@mastergo/plugin-utils
Advanced tools
+12
-3
@@ -104,2 +104,7 @@ declare function hexToRGBA(hex: string): RGBA; | ||
| getLocalPaintStyles(): PaintStyle[] | ||
| getLocalEffectStyles(): EffectStyle[] | ||
| getLocalTextStyles(): TextStyle[] | ||
| getLocalGridStyles(): GridStyle[] | ||
| listAvailableFontsAsync(): Promise<Font[]> | ||
@@ -176,2 +181,5 @@ loadFontAsync(fontName: FontName): Promise<void> | ||
| description: string | ||
| /** | ||
| * 是否为团队库样式 | ||
| */ | ||
| readonly isExternal: boolean | ||
@@ -207,4 +215,4 @@ readonly ukey: string | ||
| fontSize: number | ||
| letterSpacing: NumValue | ||
| lineHeight: NumValue | ||
| letterSpacing: LetterSpacing | ||
| lineHeight: LineHeight | ||
| textDecoration: TextDecoration | ||
@@ -592,2 +600,3 @@ } | ||
| currentPage: PageNode | ||
| name: string | ||
| } | ||
@@ -804,3 +813,3 @@ | ||
| | 'INSTANCE' | ||
| | 'BOOLEANOPERATION' | ||
| | 'BOOLEAN_OPERATION' | ||
| | 'SLICE' | ||
@@ -807,0 +816,0 @@ } |
+1
-1
| { | ||
| "name": "@mastergo/plugin-utils", | ||
| "version": "0.3.1", | ||
| "version": "0.4.0", | ||
| "main": "dist/index.js", | ||
@@ -5,0 +5,0 @@ "types": "dist/index.d.ts", |
24401
0.96%771
1.05%