Package Exports
- hsl-to-rgb-for-reals
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 (hsl-to-rgb-for-reals) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
hsl-to-rgb-for-reals
##HSL -> RGB Convert HSL values (hue, saturation, light) to RGB values (red, green, blue). Expected values: Hue: [0, 360[ Saturation: [0, 1] Lightness: [0, 1]
For Reals?
Author forgot to export their function in the hsl-to-rgb module,
there's a PR that's been sitting for over a year (at time of writing).
Let's use hsl-to-rgb-for-reals until original author merges. Huzzah!
Funny story - I forgot to module export in v1.0.0 too! Don't use 1.0.0.
Getting started:
npm install hsl-to-rgb-for-reals --saveUse:
var converter = require('hsl-to-rgb-for-reals');
var slateBlue = converter(223, 0.44, 0.56);
console.log(slateBlue);
// logs [93, 121, 192]Problems
Bug the original author :D https://github.com/kayellpeee/hsl_rgb_converter/issues
Acknowledgements
- kayellpeee
- sponsored by nearForm