????

Your IP : 18.220.248.77


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