1.0.2 • Published 9 months ago

rgb-to-ansi v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

rgb-to-ansi

rgb-to-ansi is a rgb to ansi converter.

npm license

Quick Start

Get rgb-to-ansi up and running quickly!

  1. Run:
    npm install rgb-to-ansi
  2. Use: ESM:
    import { rgbToAnsi } from 'rgb-to-ansi';
    console.log(`${rgbToAnsi(255, 87, 51)}Test Message\u001b[0m`);
    CommonJS:
    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.

1.0.2

9 months ago

1.0.1

9 months ago

1.0.0

9 months ago