@bqardi/rainbow-log

Console.log with rainbow colors

Usage no npm install needed!

<script type="module">
  import bqardiRainbowLog from 'https://cdn.skypack.dev/@bqardi/rainbow-log';
</script>

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