@alchemyalcove/hsl-to-rgb
Advanced tools
Weekly downloads
Changelog
V1.0.2
Readme
Simple HSL to RGB conversion.
Why this package vs the other options.
This package is super light weight. There are some great alternatives that have every conversion type in one library, but this is for those of us that only need the one.
It is also built with web support in mind.
Converts HSL arrays into RGB arrays.
341 bytes download size minified.
npm install --save @alchemy-alcove/hsl-to-rgb
import Convert from "@alchemyalcove/hsl-to-rgb";
Convert([210, 29, 24]);
FAQs
Convert hsl to rgb
The npm package @alchemyalcove/hsl-to-rgb receives a total of 448 weekly downloads. As such, @alchemyalcove/hsl-to-rgb popularity was classified as not popular.
We found that @alchemyalcove/hsl-to-rgb demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket installs a Github app to automatically flag issues on every pull request and report the health of your dependencies. Find out what is inside your node modules and prevent malicious activity before you update the dependencies.