random-chalk-color
v0.1.7
Published
Randomly generated different colors of chalk function
Downloads
6
Maintainers
Readme
random-chalk-color
Randomly generated different colors of chalk function
Installation
$ npm install random-chalk-color -D
# or yarn
$ yarn add random-chalk-color -D
Getting started
const { log } = console;
import randomColor from 'random-chalk-color';
// cjs - const randomColor = require('random-chalk-color').default
log(randomColor('The color of the text may be any color'));
API
The RandomColor function is returned to a chalk instance, Please Check out Chalk