No description
Find a file
SakiKawasaki 5f88cea156 bug fix.
2020-02-28 16:56:38 +07:00
badgemaker bug fix. 2020-02-28 16:56:38 +07:00
tests bug fix 2020-02-22 17:48:18 +07:00
.gitignore Initial commit 2020-02-21 18:04:00 +07:00
badgemaker.nimble bug fix. 2020-02-28 16:56:38 +07:00
LICENSE Initial commit 2020-02-21 18:04:00 +07:00
README.md update README.md 2020-02-22 19:38:24 +07:00

Badgemaker

The Nim badgemaker tool.

Nim language-plastic
test13

Install

  • via git: nimble install https://github.com/Ethosa/badgemaker
  • via nimble: nimble install badgemaker

Now support

  • Custom font (change size available).
  • Custom icons.
  • Custom colors (label, value, text).
  • Custom badge size.
  • Custom styles (flat, plastic, square, plastic square).
  • CLI.
  • Text drop shadows.

Standart badge params

  • style -- "flat".
  • label -- "".
  • value -- "".
  • label_text_color -- "white".
  • value_text_color -- "black".
  • label_color -- "#212121".
  • value_color -- "#e0e0e0".
  • font -- "DejaVu Sans,Verdana,Geneva,sans-serif".
  • font_size -- 12.
  • width -- 120.
  • height -- 20.
  • image_path -- "".
  • image_color -- "".
  • label_shadow -- false.
  • value_shadow -- false.
  • dx -- 0.
  • dy -- 0.

Results

test1
test2
test3
test4
test5
test6
test7
test8
test9
test10
test11
test13

FAQ

Q: How I can help to develop this library?
A: You can put a star to this repository :3