Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
JosephBARBIERDARNAL committed Dec 1, 2024
1 parent 033c738 commit 58a4f8b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,12 @@ gif = Gif(
n_repeat_last_frame=3,
)
gif.set_labels(
["print", "hello", "world"], font_size=60, padding=20, loc="bottom right"
["print", "hello", "world"],
font_size=60,
loc="top left",
text_padding=40,
box_padding=20,
shadow_offset=15,
)
gif.set_background_color("red")
gif.set_size((900, 700), scale=1)
Expand Down

0 comments on commit 58a4f8b

Please sign in to comment.