????

Your IP : 3.148.240.165


Current Path : C:/inetpub/vhost/binhdinhinvest.gdtvietnam.com/api/node_modules/@jimp/plugin-cover/
Upload File :
Current File : C:/inetpub/vhost/binhdinhinvest.gdtvietnam.com/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;