@alchemyalcove/rgb-to-hsl
Advanced tools
Weekly downloads
Changelog
V1.0.5
Readme
Simple HSL 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 RGB arrays into HSL arrays.
387 bytes download size minified.
npm install --save @alchemy-alcove/rgb-to-hsl
import Convert from "@alchemyalcove/rgb-to-hsl";
Convert([255, 255, 255]);
FAQs
Convert rgb to hsl
The npm package @alchemyalcove/rgb-to-hsl receives a total of 565 weekly downloads. As such, @alchemyalcove/rgb-to-hsl popularity was classified as not popular.
We found that @alchemyalcove/rgb-to-hsl 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.