Skip to content

Commit

Permalink
v
Browse files Browse the repository at this point in the history
  • Loading branch information
martijnmichel committed Feb 22, 2021
1 parent 53eac73 commit 4ecddbc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,7 @@ const avatar = new Animal();
const base64 = avatar.create();
document.querySelector("#animal").src = base64;
```

## Examples

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

0 comments on commit 4ecddbc

Please sign in to comment.