yarn install terminal-color
or
npm install terminal-color
const { color } = require('terminal-color');
color.fg.red('Hello World');
bg
effects background of text
fg
effects foreground of text
applies to both background and foreground
black
yellow
white
cyan
blue
purple
red
green
cyan