更新
This commit is contained in:
+11
@@ -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