README
Rainbow Log
This is a tool to help developers generate rainbow colored text.
Usage
Install using `npm i @bigfootisreal/rainbow-log``
var rainbowLog = require("@bigfootisreal/rainbow-log");
rainbowLog("I am a sussage roll");
Creates a colorful console.log
<script type="module">
import bigfootisrealRainbowLog from 'https://cdn.skypack.dev/@bigfootisreal/rainbow-log';
</script>
This is a tool to help developers generate rainbow colored text.
Install using `npm i @bigfootisreal/rainbow-log``
var rainbowLog = require("@bigfootisreal/rainbow-log");
rainbowLog("I am a sussage roll");