Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 763 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 763 Bytes

easyansi

A simple library to make ANSI easier and to help with other things that ANSI can do

Releases Releases

What is ANSI?

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.

Install

npm i m.easyansi

  1. refrence it in your js file (eg: const easyansi = require("m.easyansi"); )
  2. you're good to go

docs are in DOCS.md.