orep-js/tests/render.html
2020-04-21 00:03:26 +02:00

15 lines
398 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Tests - render</title>
<script type="module" src="/sunpy/orep/orep.js" async></script>
</head>
<body>
<script type="orep/canvas">
size = 800x600 # Render resolution
fps = 60 # Max fps
</script>
</body>
</html>