1.0.1 • Published 2 years ago

@constellates/shades v1.0.1

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

Shades

A library for generating shades of a given color.

Installation

npm install @constellates/shades

Usage

const shades = require('shades');
const grey = shades({ r: 10, g: 10, b: 10 }, 50);

console.log(grey[0]); // 'rgb(0,0,0)'
console.log(grey[1]); // 'rgb(5, 5, 5)'
1.0.1

2 years ago

1.0.0

2 years ago