# animal-identicon-js

JavaScript library for generation animal icons using SVG.
It's like identicon but only 4096 patterns. (64 animals and 64 colors)

![](https://user-images.githubusercontent.com/189824/38244739-93b970e6-3776-11e8-8e8f-608faf59ac8b.png)


## Usage

```js
animalIdenticon = require('animal-identicon')

animalIdenticon('camelmasa').toSvg(64)
```
