2021-02-02 02:43:59 +01:00
2021-02-02 02:43:02 +01:00
2021-02-02 02:43:59 +01:00
2021-02-02 02:43:02 +01:00
2021-02-02 02:05:04 +01:00
2021-02-02 02:43:59 +01:00

Golang port of DiceBear Avatars, which in turn were inspired by 8biticon avatars

Usage

import codeberg.org/Codeberg/avatars

and use string svg = avatars.MakeAvatar(seed)

Build & Use Example

# will build the binary
go build -o avatars example/main.go
# Create a random avatar and write it to /tmp/avatar.svg
./avatars my-special-seed-string > /tmp/avatar.svg
# Open SVG file with default image viewer
xdg-open /tmp/avatar.svg
Description
Golang port of DiceBear Avatars
Readme 355 KiB
Languages
Go 100%