UNPKG

@thi.ng/pixel-dither

Version:

Extensible image dithering w/ various algorithm presets

10 lines (9 loc) 140 B
const ATKINSON = { ox: [1, 2, -1, 0, 1, 0], oy: [0, 0, 1, 1, 1, 2], weights: [1, 1, 1, 1, 1, 1], shift: 3 }; export { ATKINSON };