Commit 0a5e9aace4e5d1d213876776dde1ecb6816bb5cd
Committed by
GitHub
1 parent
cf00f6e5
Exists in
master
README.md updated
Showing
1 changed file
with
2 additions
and
0 deletions
Show diff stats
README.md
... | ... | @@ -54,6 +54,8 @@ LetterAvatar.setup do |config| |
54 | 54 | config.colors_palette = :iwanthue # default is :google |
55 | 55 | config.weight = 500 # default is 300 |
56 | 56 | config.annotate_position = '-0+10' # default is -0+5 |
57 | + config.letters_count = 2 # default is 1 | |
58 | + config.pointsize = 70 # default is 140 | |
57 | 59 | end |
58 | 60 | ``` |
59 | 61 | ... | ... |