More avatar providers #622

Merged
konrad merged 28 commits from feature/avatar into master 2020-08-02 17:17:04 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit b764ba73df - Show all commits

View File

@ -68,7 +68,7 @@ const (
func drawImage(text rune, bg *color.RGBA) (img *image.RGBA64, err error) {
size := defaultSize
fontSize := float64(size) * 0.9
fontSize := float64(size) * 0.8
// Inspired by https://github.com/holys/initials-avatar