Actualizacion README con varios estilos
This commit is contained in:
parent
7b973712b3
commit
28e0713a22
1 changed files with 10 additions and 2 deletions
12
README.md
12
README.md
|
@ -4,13 +4,14 @@ Generador de imágenes mediante Python para un trozo de código
|
|||
|
||||
**Ejemplo de imagen resultante**
|
||||
|
||||
![Captura](imagenes/codigo.png "Imagen generada")
|
||||
![Captura](imagenes/codigo.png "Style: material")
|
||||
|
||||
|
||||
|
||||
**Lenguajes a interpretar por el analizador de código**
|
||||
|
||||
Definirlo en :
|
||||
|
||||
get_lexer_by_name\("LENGUAJE", ...\)
|
||||
|
||||
**Estilos/Formatos de salida de la imagen generada**
|
||||
|
@ -23,6 +24,13 @@ Definirlo en :
|
|||
* solarized-light, manni, friendly, perldoc
|
||||
* nord, material, one-dark, dracula, native, vim
|
||||
|
||||
(Son algunos ejemplos)
|
||||
|
||||
**Otros ejemplos de salida**
|
||||
|
||||
![Captura](imagenes/codigo1.png "Style: manni")
|
||||
|
||||
![Captura](imagenes/codigo2.png "Style: nord")
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue