transmogrifier
v0.0.3
Published
PNG to ANSI colors
Readme
transmogrifier
PNG to ANSI color converter
Install this globally and you'll have access to the transmogrify command anywhere on your system.
npm install -g transmogrifierUsage: transmogrify <filename> [-f] [-h]
Help: transmogrify draws a png to your console.
Options:
-f --fit Fit the image to the console size.
-h --help Renders this message.transmogrify imgs/wow.png
Save the output too!
transmogrify imgs/wow.png > doge
cat doge