2.0.1 • Published 4 years ago

@bqardi/rainbow-log v2.0.1

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

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);