Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/camelmasa/animal-identicon-js

JavaScript library for generating animal identicon
https://github.com/camelmasa/animal-identicon-js

animal avatar icon identicon javascript

Last synced: 3 months ago
JSON representation

JavaScript library for generating animal identicon

Awesome Lists containing this project

README

        

# 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)
```