orep-js/tests/render.html

17 lines
416 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" async>
import "../sunpy/__init__.js";
</script>
</head>
<body>
<script type="orep/canvas">
size = 800x600 # Render resolution
fps = 60 # Max fps
</script>
</body>
</html>