D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
etb1lp46s9ed
/
public_html
/
wabot.delyntro.com
/
node_modules
/
@jimp
/
plugin-dither
/
Filename :
index.d.ts
back
Copy
import { ImageCallback } from "@jimp/core"; interface Dither { dither565(cb?: ImageCallback<this>): this; dither16(cb?: ImageCallback<this>): this; } export default function (): Dither;