1.0.5 • Published 3 years ago

random-color-pair v1.0.5

Weekly downloads
15
License
CC0
Repository
github
Last release
3 years ago

random-color-pair

npm GitHub npm bundle size Maintenance npm GitHub issues GitHub pull requests

Generate two random colors: one darker and one lighter.

Quickstart

Install the package:

npm i random-color-pair

Import the function:

const getColorPair = require("random-color-pair");

// OR

import getColorPair from "random-color-pair";

Get the colors:

const [foreground, background] = getColorPair();
1.0.5

3 years ago

1.0.4

3 years ago

1.0.2

3 years ago

1.0.3

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago