@bqardi/rainbow-log
v2.0.1
Published
Console.log with rainbow colors
Downloads
3
Maintainers
Readme
rainbow-log
This super package creates a console log with rainbow colors. It's awesome and EPIC!
Usage
Installation: npm i @bqardi/rainbow-log
var rainbow = require("@bqardi/rainbow-log");
// Renders the letters in different colors by a fixed pattern.
rainbow.log("I am a rainbow!");
or
// Renders the letters in random colors.
rainbow.log("I am a rainbow!", false);