1.0.1 • Published 4 years ago

@thekoneko/random-color.js v1.0.1

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

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