Socket
Socket
Sign inDemoInstall

@alchemyalcove/hsl-to-rgb

Package Overview
Dependencies
0
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @alchemyalcove/hsl-to-rgb

Convert hsl to rgb


Version published
Weekly downloads
2.9K
increased by57.07%
Maintainers
1
Install size
9.63 kB
Created
Weekly downloads
 

Changelog

Source

V1.0.2

  • UMD and minification support

Readme

Source

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]);

Keywords

FAQs

Last updated on 02 Oct 2018

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc