Instructions
ENGLISH
Use "Create QRCODE" action in your workflow.
Set:
text (content),
fgcolor (QR color, optional),
bgcolor (background, optional).
Output: svg (QR as SVG text).
Show it using an HTML element or as image:
html
Copiar
Editar
<img src="data:image/svg+xml;utf8,[Result of step X's svg]" />
PORTUGUÊS
Use a ação "Create QRCODE" no workflow.
Defina:
text (conteúdo),
fgcolor (cor do QR, opcional),
bgcolor (fundo, opcional).
Saída: svg (QR como texto SVG).
Exiba usando um elemento HTML ou como imagem:
html
Copiar
Editar
<img src="data:image/svg+xml;utf8,[Resultado do passo X's svg]" />