Skip to content

Node.js module to make confusing ANSI escape sequences to easy text formatting.

Notifications You must be signed in to change notification settings

madeforlosers/easyansi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Node.js module to make confusing ANSI escape sequences to easy text formatting.

Resources

Stars

Watchers

Forks

Packages

No packages published