terminal-printer

Print anything on a terminal screen.


Keywords
terminal, print, color, nodejs
License
ISC
Install
npm install terminal-printer@0.4.0

Documentation

terminal-printer

This module allows you to turn your terminal screen info a canvas where you can simply print text in all imaginable colors. You can also do pixel-art and finally create those fancy stuff you always imagined!

Demo

Here are some exampes of what you might be be able to do with this:

presentation snake matrix game-of-life

Structure

This repository is a monorepo. It contains the main package as well as some other packages that make use of the printer. (Basically the stuff you can see in the demo above.)