????

Your IP : 3.137.214.24


Current Path : C:/inetpub/vhost/binhdinhinvest.gdtvietnam.com/api/node_modules/@jimp/plugin-threshold/
Upload File :
Current File : C:/inetpub/vhost/binhdinhinvest.gdtvietnam.com/api/node_modules/@jimp/plugin-threshold/index.d.ts

import { ImageCallback } from "@jimp/core";

interface Threshold {
  threshold(
    opts: {
      max: number;
      replace?: number;
      autoGreyscale?: boolean;
    },
    cb?: ImageCallback<this>
  ): this;
}

export default function (): Threshold;