Socket
Book a DemoInstallSign in
Socket

hsl2r

Package Overview
Dependencies
Maintainers
0
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

hsl2r

hsl to rgb in cli

unpublished
latest
Source
npmnpm
Version
1.0.0
Version published
Maintainers
0
Created
Source

hsl2r

hsl2r is a CLI tool that converts hsl to rgb.

npm license

Quick Start

Get hsl2r up and running quickly!

  • Run:
    npx hsl2r 14 100 60
    
  • Done!

Example Output

This will convert the HSL values (14°, 100%, 60%) to its RGB equivalent, and display a color preview in your terminal.

  • Input: 14 100 60
  • Output: RGB: (255, 87, 51)
  • Color Preview: COLOR PREVIEW (in the specified color)

img

Contributing

We welcome contributions to hs2rc! Whether it's reporting a bug, suggesting an enhancement, or submitting a pull request, your input is valued.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Contact

For any questions, suggestions, or feedback, please contact love1ace.

Keywords

hsl

FAQs

Package last updated on 01 Oct 2024

Did you know?

Socket

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