1.0.0 • Published 1 year ago
hsl-to-rgb-cli v1.0.0
hsl-to-rgb-cli
hsl-to-rgb-cli is a CLI tool that converts hsl to rgb.
Quick Start
Get hsl-to-rgb-cli up and running quickly!
- Run:
npx hsl-to-rgb-cli 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)

Contributing
We welcome contributions to hsl-to-rgb-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.
1.0.0
1 year ago