npm i nta-colors
const ncolors = require("nta-colors");
console.log(ncolors.<ot/fg/bg>.<color>, "Hello World");
//returns the console with the chosen color
ot: {
reset, bright, dim, underscore, blink, reverse, hidden,
},
fg: {
black, red, green, yellow, blue, magenta, cyan, white, crimson
},
bg: {
black, red, green, yellow, blue, magenta, cyan, white, crimson
}