colorify-an-log
v1.0.2
Published
A library to import colors in your console logs
Downloads
3
Maintainers
Readme
colorize library made by Anirudh and Nimesh
Usage
import { danger, info, success } from "colorify-an-log";
success('Congratulations!');
danger('Mind your head!');
info('You see!');