1.4.1 • Published 7 months ago
micro-ansi v1.4.1
micro-ansi
Easily use 4 bit ANSI colors in your HTML or terminal
Why
Well, because I can. And as lovely as Chalk is, it's a bit over-engineered for use with Next.js and gives me more errors than it was worth.
Installation
npm import micro-ansi
Usage
ansi.color("Text goes here")
Color Examples
Normal Color | Bright Color |
---|---|
black | brightBlack |
red | brightRed |
green | brightGreen |
yellow | brightYellow |
blue | brightBlue |
magenta | brightMagenta |
cyan | brightCyan |
white | brightWhite |