Skip to content

krendus/random-color-name

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

random-color-name

Get random color name

Install

$ npm install random-color-name

Usage

const color = require("random-color-name");

color.all;

color.random();
//=> 'Green'

API

.all

Type: string[]

color names in alphabetical order.

.random()

Type: Function

Random color name.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published