Skip to content

gissehel/bird-generator-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bird Avatar Generator

(javascript version - All credits for idea and resources to David Revoy and its Bird Avatar Generator).

A generator of bird pictures optimized to generate either random avatars, or defined avatar from a "seed". A derivation, from another derivation by David Revoy from the original MonsterID by Andreas Gohr's.

The goal of this implementation is to have a server-less implementation of the generator, because you just don't need one.

To use it

  • Just use the avatar.js script and img folder
  • Call avatarGenerator(avatar, name) with avatar being either a canvas that will be drawn into, or anything and a canvas will be dropped into it (appendChild). name beeing a string to seed the avatar. If you want random, you can something like ${Math.random()}.

License

Artworks: PNG and ORA files licensed under: CC-By 4.0 attribution: David Revoy with the following exception: Generated pictures used as Avatar (for blog,forum,social-network) don't need direct attribution and so, can be used as regular avatars without pasting David Revoy's name all over the place. (thank you)

Code The javascript is licensed under the short and simple permissive: MIT License

md5 code is based on https://github.com/blueimp/JavaScript-MD5 under MIT License

How to edit artworks

  1. Download source on Bird Avatar Generator
  2. Follow README.txt

References

About

A generator of bird pictures

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published