Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
LuisAraujo committed Nov 25, 2024
1 parent 99890ee commit bf01d79
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@ Sistema para geração de slide para aula com trecho de códigos e explicações
* Importa código
* Gera slide em html
* Gera slide em PDF
* Configura estilo (cor de background, cor de fonte, tipo de fonte, tamanho da fonte)
* Configura estilo
* cor de background
* cor de fonte
* tipo de fonte
* tamanho da fonte
* Salva slides no localstore
* Suporta Múltiplos arquivos
* Zoom do código (duplo clique)
Expand All @@ -24,6 +28,13 @@ def changeState(state):
def printState()
print('o seu estado é', mystate)
```
## Parametros

title: define o título do slide
description: define a descrição (texto em uma caixa com background)
number: define a ordem que o slide irá ser exibido (-1 exclui o trecho)
image: define a url de uma imagem no slide


## Telas:

Expand Down

0 comments on commit bf01d79

Please sign in to comment.