Testing requestAnimationFrame

This commit is contained in:
2021-11-10 21:58:35 +01:00
commit 56c478d614
2 changed files with 77 additions and 0 deletions

8
index.html Normal file
View File

@ -0,0 +1,8 @@
<html>
<head>
<script src="index.js"></script>
</head>
<body>
<canvas id="canvas"></canvas>
</body>
</html>