????
Current Path : C:/inetpub/vhost/invest.gdtsolutions.vn/api/node_modules/@jimp/plugin-cover/ |
Current File : C:/inetpub/vhost/invest.gdtsolutions.vn/api/node_modules/@jimp/plugin-cover/index.d.ts |
import { ImageCallback } from "@jimp/core"; interface Cover { cover(w: number, h: number, cb?: ImageCallback<this>): this; cover( w: number, h: number, alignBits?: number, cb?: ImageCallback<this> ): this; cover( w: number, h: number, alignBits?: number, mode?: string, cb?: ImageCallback<this> ): this; } export default function (): Cover;