Skip to content

valiner/identicon-avatar-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

identicon-avatar-go

996.icu LICENSE

identicon 根据一个字符串(可以是用户的ID或者IP)的哈希值生成大量不重复的头像 很多大型IT网站上可以见到,比如 Github、Sourceforge、Stackoveflow。

无外部依赖,基于go基础库

安装

$ go get github.com/valiner/identicon-avatar-go

使用

//获取'sdp'的125px的图像的的BASE64
identicon.SaveAvatar("sdp", 125, "test.jpg")

//获取'sdp'的125px的图像的的BASE64
identicon.GetAvatarDataUri("sdp", 125)

License

MIT

About

📷生成identicon头像,头像图片生成 http://165.154.148.105:8088/

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages