1.0.2 • Published 2 years ago

@brianwalczak/consolecoloring v1.0.2

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

ConsoleColoring: A simple utility to set the color of your console's text

NPM Stats

Setup

Setting up ConsoleColoring is really simple!

var color = require('@brianwalczak/consolecoloring');

Examples

Example of using ConsoleColoring for setting the console font color

var color = require('@brianwalczak/consolecoloring');

color("Green", "Font")
console.log("The color of this text is green")

Example of using ConsoleColoring for setting the console text background color

var color = require('@brianwalczak/consolecoloring');

color("Green", "Background")
console.log("The background of this text is green")

Colors

Setting Types