D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
etb1lp46s9ed
/
wabot.whatzi.online
/
node_modules
/
@jimp
/
plugin-scale
/
Filename :
index.d.ts
back
Copy
import { ImageCallback } from "@jimp/core"; interface Scale { scale(f: number, cb?: ImageCallback<this>): this; scale(f: number, mode?: string, cb?: ImageCallback<this>): this; scaleToFit(w: number, h: number, cb?: ImageCallback<this>): this; scaleToFit( w: number, h: number, mode?: string, cb?: ImageCallback<this> ): this; } export default function (): Scale;