0.1.7 • Published 3 years ago

random-chalk-color v0.1.7

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

random-chalk-color

coverage test

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

0.1.7

3 years ago

0.1.6

3 years ago

0.1.5

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago