Package Exports
- adaptive-gradient
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (adaptive-gradient) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
adaptive-gradient 
A super simple JS library that suggests you a background gradient with font-color shading suggestion.

Installation:
npm install -S adaptive-gradientJavascript:
var gradient = require('adaptive-gradient');
console.log(gradient('#ba1c1c'));Output:
{
start: 'BA1C1C',
end: 'C7437A',
fontShouldBeLight: true
}