Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

hsla-to-rgba-cli

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

hsla-to-rgba-cli

hsla to rgba in cli

latest
Source
npmnpm
Version
1.0.0
Version published
Maintainers
0
Created
Source

hsla-to-rgba-cli

hsla-to-rgba-cli is a CLI tool that converts hsla to rgba.

npm license

Quick Start

Get hsla-to-rgba-cli up and running quickly!

  • Run:
    npx hsla-to-rgba-cli 14 100 60 1
    
    or with alpha value:
    npx hsla-to-rgba-cli 14 100 60 0.5
    
  • Done!

Example Output

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

  • Input: 14 100 60 1
  • Output: RGBA: (255, 87, 51, 1)
  • Color Preview: COLOR PREVIEW (in the specified color)
  • Alpha Info: Alpha: 1 (not visible in ANSI) img

Contributing

We welcome contributions to hsla-to-rgba-cli! 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

rgba

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