hex-to-ansi

1.0.1 • Public • Published

hex-to-ansi

hex-to-ansi is a hex to ansi converter.

npm license

Quick Start

Get hex-to-ansi up and running quickly!

  1. Run:
    npm install hex-to-ansi
  2. Use: ESM:
    import { hexToAnsi } from 'hex-to-ansi';
    console.log(hexToAnsi('#ff5733'), 'Test Message', '\u001b[0m');
    CommonJS:
    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.

/hex-to-ansi/

    Package Sidebar

    Install

    npm i hex-to-ansi

    Weekly Downloads

    3

    Version

    1.0.1

    License

    MIT

    Unpacked Size

    3.15 kB

    Total Files

    5

    Last publish

    Collaborators

    • lovelacedud