1.0.2 • Published 6 years ago

@alchemyalcove/hsl-to-rgb v1.0.2

Weekly downloads
988
License
-
Repository
github
Last release
6 years ago

AlchemyAlcove HSL to RGB

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.

CircleCI

Converts HSL arrays into RGB arrays.

341 bytes download size minified.

Install

npm install --save @alchemy-alcove/hsl-to-rgb

Use

import Convert from "@alchemyalcove/hsl-to-rgb";

Convert([210, 29, 24]);