UNPKG

@thi.ng/pixel-dither

Version:

Extensible image dithering w/ various algorithm presets

6 lines 175 B
import type { DitherKernel } from "./api.js"; /** * Basic 1x1 thresold dither kernel */ export declare const THRESHOLD: DitherKernel; //# sourceMappingURL=threshold.d.ts.map