hex-to-ansi
v1.0.1
Published
hex to ansi
Downloads
868
Maintainers
Readme
hex-to-ansi
hex-to-ansi is a hex to ansi converter.
Quick Start
Get hex-to-ansi up and running quickly!
- Run:
npm install hex-to-ansi
- Use:
ESM:
CommonJS:import { hexToAnsi } from 'hex-to-ansi'; console.log(hexToAnsi('#ff5733'), 'Test Message', '\u001b[0m');
const { hexToAnsi } = require('hex-to-ansi'); console.log(hexToAnsi('#ff5733'), 'Test Message', '\u001b[0m');
Contributing
We welcome contributions to hex-to-ansi! 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.