Registry / utility / issue9-identicon

issue9-identicon

JSON →
library1.2.1gogounverified

Package identicon generates random images based on hash values, commonly used for user avatars.

go get github.com/issue9/identicon
INSTALL
IMPORT
SIG · ISSUE9-IDENTICON
I
issue9-identicon
utilitygov1.2.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

identicon
github.com/issue9/identicon

Generate an identicon avatar from a string

package main import ( "image/png" "os" "github.com/issue9/identicon" ) func main() { img, err := identicon.Make("user@example.com") if err != nil { panic(err) } f, _ := os.Create("avatar.png") defer f.Close() png.Encode(f, img) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.2.1latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
10
Resources
issue9-identicon — go get issue9-identicon · libregistry