This commit is contained in:
11
node_modules/@jimp/plugin-threshold/index.d.ts
generated
vendored
Normal file
11
node_modules/@jimp/plugin-threshold/index.d.ts
generated
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
import { ImageCallback } from '@jimp/core';
|
||||
|
||||
interface Threshold {
|
||||
threshold(opts: {
|
||||
max: number,
|
||||
replace?: number,
|
||||
autoGreyscale?: boolean
|
||||
}, cb?: ImageCallback<this>): this;
|
||||
}
|
||||
|
||||
export default function(): Threshold;
|
||||
Reference in New Issue
Block a user