0.1.7 • Published 2 years ago

random-chalk-color v0.1.7

Weekly downloads
-
License
MIT
Repository
github
Last release
2 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

2 years ago

0.1.6

2 years ago

0.1.5

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago