clcolors
v1.0.6
Published
A collection of ANSI color codes.
Downloads
10
Readme
clcolors
A collection of ANSI color codes.
Install
To install, run:
npm i clcolors
Usage
Import colors from clcolors to access the colors:
import colors from "clcolors"
console.log(`${colors.red}This is red text.`)