An open API service indexing awesome lists of open source software.

https://github.com/farias-hecdin/hextoansi

Scripts designed to convert hexadecimal colors to ANSI colors.
https://github.com/farias-hecdin/hextoansi

ansi-colors lua nim

Last synced: about 2 months ago
JSON representation

Scripts designed to convert hexadecimal colors to ANSI colors.

Awesome Lists containing this project

README

          

> Translate this file into your native language using `Google Translate` or a [similar service](https://immersivetranslate.com).

# HexToAnsi

Este repositorio contiene un script diseñado para convertir colores hexadecimales a [colores ANSI](https://en.m.wikipedia.org/wiki/ANSI_escape_code). El script facilita la transformación de colores en formato hexadecimal (`#FFFF00`) a códigos de color ANSI (`\e[38;5;220m`), que son utilizados en terminales para representar colores. Este código fue generado con la ayuda de [Mistral Large 2](https://mistral.ai/)

## 🗒️ Implementaciones

[Lua](src/lua/hex2ansi.lua) • [Nim](src/nim/README.md) • HTML

## 🛡️ Licencia

HexToAnsi está bajo la licencia MIT. Consulta el archivo `LICENSE` para obtener más información.