Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 333 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 333 Bytes

animaaals

Create animal avatars by seed!

How to use

<img id="animal" />
import Animal from "animaaals";
const avatar = new Animal();
const base64 = avatar.create();
document.querySelector("#animal").src = base64;

Examples

https://codesandbox.io/s/animaaal-avatar-example-hs29d