You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

@leafer/interface

Package Overview
Dependencies
Maintainers
1
Versions
116
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@leafer/interface - npm Package Compare versions

Comparing version
1.3.2
to
1.3.3
+1
-1
package.json
{
"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