Description
Allow generating avatar pictures from ruby.
The supported avatar type are: cat
, bird
, abstract
, mobilizon
,
8bit-female
and 8bit-male
.
Examples
require 'face-no-more'
# Number of possible avatars
count = FaceNoMore.possibilities(:mobilizon)
# Generate avatar picture
jpg = FaceNoMore.generate(:cat, "[email protected]", format: :jpg, size: 256)
png = FaceNoMore.generate(:bird, 12345678910)
Artworks
cat
,bird
,abstract
andmobilizon
are from David Revoy licensed under CC-By 4.08bit-female
and8bit-male
are from matveyco