Versions in this module Expand all Collapse all v0 v0.0.7 Jul 26, 2024 Changes in this version + type Avatar interface + Generate func(char string) (image.Image, error) + Image func(char string) (image.Image, error) + Save func(char, fpath string) error + func New(options ...Option) Avatar + type Option func(o *option) + func WithBlockNum(blockNum int) Option + func WithRadious(radious float64) Option + func WithSize(size int) Option + func WithStyle(style Style) Option + type Style int + const StyleLetter + const StylePornhub + const StyleSquare + func (t Style) String() string