A hexadecimal to ANSI escape code converter
Convert any hexadecimal number to it's closest corresponding ANSI escape code
You can either selfhost it or go to hextoansi.xyz
First clone the project
git clone https://github.com/juleswhi/hex2ansi
Then install dependencies and run it
npm install
npm run dev