print-in-my-colors
v1.0.1
Published
make your console colorful
Maintainers
Readme
Console Prints in Colors
Art for debugging
Installation:
npm install print-in-my-colorsExample:
import { color } from "print-in-my-colors";
color.red("This is a red text...");
color.blue("This is a blue text...");
color.blue("This is a blue text...");
color.orange("This is a orange text...");
color.purple("This is a purple text...");
color.magenta("This is a magenta text...");
color.yellow("This is a yellow text...");Emphasis
Have fun coding 😊
