D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
etb1lp46s9ed
/
public_html
/
wabulk.whatzi.online
/
node_modules
/
@jimp
/
plugin-invert
/
Filename :
index.d.ts
back
Copy
import { ImageCallback } from "@jimp/core"; interface Invert { invert(cb?: ImageCallback<this>): this; } export default function (): Invert;