console-color-logger
v1.0.1
Published
Console printer in colors
Maintainers
Readme
Console-Printing-In-colors
Pleasure and fun for the entire family
Installation:
npm install console-color-loggerExample:
import {color} from "console-color-logger";
color.red("This text is red...");
color.green("This text is green...");
color.blue("This text is blue...");Happy coding :-)
