zero dependency Node.js terminal output colorizer.
installation
npm i fancy-terminal
or
yarn add fancy-terminal
usage
const ft = ; // color name for font colorsconsole; // color name with Bg suffix for background colorsconsole
check yarn example
for full color displays.
api
- font color list: [black, red, green, yellow, blue, magenta, cyan, white]
- background color list: all of the font colors suffixed with
Bg
license
Erdem Bircan (c) 2019-present