@thekoneko/random-color.js
v1.0.1
Published
Random color generator.
Downloads
5
Maintainers
Readme
random-color.js
Random-color.js is a NPM module that randomly generates a random color and outputs it in the terminal.
Here is an example.
const { printDark } = require("@thekoneko/random-color.js");
printDark("Hello!");
Its very simple, so here are the commands it has.
printDark("Hey");
printBright("There");
printStyle("Person");