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