D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
etb1lp46s9ed
/
washeet.softurecs.com
/
node_modules
/
@jimp
/
plugin-dither
/
dist
/
commonjs
/
Filename :
index.d.ts
back
Copy
import { JimpClass } from "@jimp/types"; export declare const methods: { /** * Apply a ordered dithering effect. * @example * ```ts * import { Jimp } from "jimp"; * * const image = await Jimp.read("test/image.png"); * * image.dither(); * ``` */ dither<I extends JimpClass>(image: I): I; }; //# sourceMappingURL=index.d.ts.map