rgb-to-ansi
v1.0.2
Published
rgb to ansi
Downloads
439
Maintainers
Readme
rgb-to-ansi
rgb-to-ansi is a rgb to ansi converter.
Quick Start
Get rgb-to-ansi up and running quickly!
- Run:
npm install rgb-to-ansi
- Use:
ESM:
CommonJS:import { rgbToAnsi } from 'rgb-to-ansi'; console.log(`${rgbToAnsi(255, 87, 51)}Test Message\u001b[0m`);
const { rgbToAnsi } = require('rgb-to-ansi'); console.log(`${rgbToAnsi(255, 87, 51)}Test Message\u001b[0m`);
Contributing
We welcome contributions to rgb-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.