animaaals
v0.1.6
Published
Create animal avatars by seed!
Readme
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
