@leafer/interface
Advanced tools
+1
-1
| { | ||
| "name": "@leafer/interface", | ||
| "version": "1.3.2", | ||
| "version": "1.3.3", | ||
| "description": "@leafer/interface", | ||
@@ -5,0 +5,0 @@ "author": "Chao (Leafer) Wan", |
@@ -552,2 +552,4 @@ import { ILeaferBase } from '../app/ILeafer' | ||
| __extraUpdate(): void // 额外更新 | ||
| // ILeafMatrix -> | ||
@@ -554,0 +556,0 @@ __updateWorldMatrix(): void |
@@ -6,2 +6,3 @@ import { IBlob, ILeaferCanvas } from '../canvas/ILeaferCanvas' | ||
| import { IBoundsData, IPointData, ISizeData } from '../math/IMath' | ||
| import { IFourNumber } from '../data/IData' | ||
@@ -13,2 +14,3 @@ export interface IExportOptions { | ||
| size?: number | ISizeData | ||
| padding?: IFourNumber | ||
| smooth?: boolean | ||
@@ -15,0 +17,0 @@ pixelRatio?: number |
@@ -1,2 +0,2 @@ | ||
| export type IExportImageType = 'jpg' | 'png' | 'webp' | ||
| export type IExportImageType = 'jpg' | 'png' | 'webp' | 'bmp' | ||
| export type IExportFileType = IExportImageType | 'svg' | 'pdf' | 'json' |
Sorry, the diff of this file is too big to display
182348
0.1%4716
0.11%