flashy.logs
v0.0.1
Published
Fancify your logs...
Readme
Flashy Colorful Logs
Are you bored of the same plain old logs in your terminal emulator? Inject a dash of color in what you log there. Colors and backgrounds are all random. Use at your own risk...
Link to the GitHub repo.
Installation
npm install flashy.logs --save-devUsage
// import what you need for logging
import { log, info, warn, err, crypt, hidd } from "flashy.logs";
// and use it
log("This message will be logged with a random font and background color");
info("This message will be logged with a random font and background color AND italicized");
warn("This message will be logged with a random font and background color AND underlined");
err("This message will be logged with a random font and background color AND bold AND double-underlined");
hidd("This message is printed, but not visible");
crypt("This message will be crossed out and underlined... A lot of lines and colors... Good Luck.");The result will look something like this:

License
MIT
