UNPKG
atkinson-dither
Version:
latest (0.0.1)
0.0.1
Performs Atkinson dithering on an image.
atkinson-dither
/
index.js
4 lines
(2 loc)
•
89 B
JavaScript
View Raw
1
2
3
4
var
AtkinsonDither
=
require(
'./lib/atkinson-dither'
);
module
.
exports
= AtkinsonDither;