0.2.0 • Published 2 years ago

terminal-color v0.2.0

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

Installation

yarn install terminal-color

or

npm install terminal-color

const { color } = require('terminal-color');
color.fg.red('Hello World');

public members

bg effects background of text

fg effects foreground of text

colors

applies to both background and foreground

black

yellow

white

cyan

blue

purple

red

green

cyan

examples full type defs