Package Exports
- color-alpha
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 (color-alpha) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
color-alpha

Change alpha of a color without requiring huge color libs.
const α = require('color-alpha');
α('white', .4); // 'rgba(255,255,255,.4)'
Related
color-interpolate — interpolate color over palette, colormap or gradient.