completely-random-colors

1.1.0 • Public • Published

Completely Random Colors

This node module generates completely random colors.

Usage

Install the module

npm i completely-random-colors

Import the module

const { getRandomColor } = require('completely-random-colors')

OR

import { getRandomColor } from 'completely-random-colors'

Get a random color

const color = getRandomColor()

Get multiple random colors

const { getRandomColors } = require('completely-random-colors');
const colors = getRandomColors(50); // gets a list of 50 random colors

Keywords

none

Install

DownloadsWeekly Downloads

1

Version

1.1.0

License

ISC

Unpacked Size

1.58 kB

Total Files

3

Last publish

Collaborators

  • shishirb