animal-identicon
Version:
JavaScript library for generation animal icons using SVG
16 lines (9 loc) • 365 B
Markdown
# animal-identicon-js
JavaScript library for generation animal icons using SVG.
It's like identicon but only 4096 patterns. (64 animals and 64 colors)

## Usage
```js
animalIdenticon = require('animal-identicon')
animalIdenticon('camelmasa').toSvg(64)
```