A simple library to make ANSI easier and to help with other things that ANSI can do
An ANSI escape sequence is a standard for in-band signaling to control things such as color, font, cursor location, or even key presses. this is a bad explanation though, check out the wikipedia article here.
npm i m.easyansi
- refrence it in your js file (eg:
const easyansi = require("m.easyansi");
) - you're good to go