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);print image to terminal
print image to terminal
![Demo] (https://github.com/YaroslavGaponov/img2term/blob/master/term.jpg)
img2term -i test.jpg -h 5 -w 5
`var img2term = require('img2term');
img2term.print('./test.jpg', 3, 3);