Update readme, example project, fix runtime errors

This commit is contained in:
2023-08-15 22:18:08 +02:00
parent 5002138070
commit e26be8ee09
23 changed files with 441 additions and 42 deletions

10
example/style.css Normal file
View File

@@ -0,0 +1,10 @@
html, body {
margin: 0;
padding: 0;
}
html, body, canvas {
width: 100%;
height: 100%;
overflow: hidden;
}