img2term
v1.0.3
Published
print image to terminal
Downloads
3
Readme
Img2term
print image to terminal
![Demo] (https://github.com/YaroslavGaponov/img2term/blob/master/term.jpg)
Terminal
img2term -i test.jpg -h 5 -w 5
Example
var img2term = require('img2term');
img2term.print('./test.jpg', 3, 3);