simple-colors.js
v1.0.6
Published
Simple colors!
Downloads
2
Readme
Colors
In order to use this, just do
const Colors = require(`simple-colors.js`);
// This is the variable
const blueVariable = new Colors(`your text here`).Blue;
// BOOM, you now have blue text!
Very simple, yet very effective.