adaptive-gradient
v1.0.6
Published
A JS library to auto-suggest nice looking gradients and recommendation on font-color
Downloads
576
Readme
adaptive-gradient
A super simple JS library that suggests you a background gradient with font-color shading suggestion.
Installation:
npm install -S adaptive-gradient
Javascript:
var gradient = require('adaptive-gradient');
console.log(gradient('#ba1c1c'));
Output:
{
start: 'BA1C1C',
end: 'C7437A',
fontShouldBeLight: true
}