cologer
v1.0.3
Published
color console is library of logging colorfull text on the browser console with large collection of colors.
Maintainers
Readme
Cologer
This package lets you colorize messi looking console logs on the browser console window.
How to use this library.
import { Log } from "color-console";
Log.sucess("Your message here");
Log.bgSucess("Your message here");
Log.danger("Your message here");
Log.bgDanger("Your message here");
Log.warning("Your message here");
Log.bgWarning("Your message here");