Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 897 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 897 Bytes

https://thi747.github.io/badger/

(pt-br) Gerador Dinâmico de Badge

Este projeto cria badges SVG dinâmicos que podem ser baixados e utilizados em outros websites. A badge é gerada com base em parâmetros fornecidos na URL, permitindo personalizações como cor, rótulo e mensagem.

Parâmetros da URL

  • color: Cor nominal ou hexadecimal da área da mensagem. Aceita 3 ou 6 dígitos hexadecimais.
  • label: Texto do rótulo da badge.
  • msg: Texto da mensagem da badge.

(en-us) Dynamic Badge Generator

This project creates SVG badges dynamically to be downloaded and used in other websites. The badge is generated from the URL parameters, allowing to customize color, label and message.

URL Parameters

  • color: Color name or hexadecimal for the message area. Accepts 3 or 6 hexadecimal digits.
  • label: Text for the badge's label.
  • msg: Text for the badge's message.