doc update

This commit is contained in:
Jeff Clement 2023-02-25 16:50:28 -07:00
parent 7258453761
commit 59f0beb0ec
Signed by: jclement
GPG Key ID: 3BCB43A3F0E1D7DA
1 changed files with 8 additions and 0 deletions

View File

@ -6,6 +6,14 @@ Rough Javascript implementation of the infamous Neko Cat
```html
<script src="/neko/neko.js"></script>
<script language="javascript" type="text/javascript" defer>
$(function() {
// neko defaults to bottom right of screen
const neko = new Neko();
// here is another in the top right
const neko2 = new Neko(0, 0);
});
</script>
```
## Credits