UNPKG

webdriverio-automation

Version:

WebdriverIO-Automation android ios project

9 lines (6 loc) 191 B
import { ImageCallback } from '@jimp/core'; interface Dither { dither565(cb?: ImageCallback<this>): this; dither16(cb?: ImageCallback<this>): this; } export default function(): Dither;