Skip to content

Latest commit

 

History

History
35 lines (28 loc) · 1.75 KB

README.md

File metadata and controls

35 lines (28 loc) · 1.75 KB

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.

  • Use with TypeScript or JavaScript.
  • NextJS safe.
  • Super simple. It's literally tiny.

Installation

npm import micro-ansi

Usage

ansi.color("Text goes here")

Color Examples

Normal Color Bright Color
black black brightBlack brightBlack
red red brightRed brightRed
green green brightGreen brightGreen
yellow yellow brightYellow brightYellow
blue blue brightBlue brightBlue
magenta magenta brightMagenta brightMagenta
cyan cyan brightCyan brightCyan
white white brightWhite brightWhite