UNPKG

@thi.ng/pixel-dither

Version:

Extensible image dithering w/ various algorithm presets

10 lines (9 loc) 146 B
const BURKES = { ox: [1, 2, -2, -1, 0, 1, 2], oy: [0, 0, 1, 1, 1, 1, 1], weights: [8, 4, 2, 4, 8, 4, 2], shift: 5 }; export { BURKES };