Console.cool
is a JavaScript library designed to enhance and customize the debugging and logging experience in the browser console. It provides several functions and styles that go beyond the standard JavaScript console capabilities, allowing developers to not only debug their code more effectively, but also to do so in a visually appealing and organized manner.
Don't forget use first letter C uppercase Console.option(value);
// Don't forget uppercase in the first letter
import Console from './console.cool.js';
Success
Console.success("Line type Success");
Info
Console.info("Line type Info");
Warning
Console.warn("Line type warning");
Error
Console.error("Line type error");
Italic
Console.italic("Line Italic");
Bold
Console.bold("Line Bold");
Underline
Console.underline("Line underline");
Text Red
Console.red("Line red");
Text Blue
Console.blue("Line blue");
Text Green
Console.green("Line green");
Poo
Console.poo("Nerd Time: poo");
Gandalf
Console.gandalf("Nerd Time: gandalf");
WonderWoman
Console.wonderwoman("Nerd Time: wonderwoman");