Load images to terminal console with Node.js
- November 28th, 2015
- Development
- 1 Comment
If you’ve ever wanted to print an image to the console, console-png is the perfect Node.js module that makes it easy to do. Console-png provides a way to convert PNG images using a PNG decoder to ansi color codes for the terminal using the 256 ansi color codes module.
Install
npm install console-png
[…] Load images to terminal console with Node.js // Code Responsible […]