2020-04-21 00:03:26 +02:00
|
|
|
<!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>
|
2020-04-21 19:04:08 +02:00
|
|
|
<script type="module" async>
|
|
|
|
import "../sunpy/__init__.js";
|
|
|
|
</script>
|
2020-04-21 00:03:26 +02:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<script type="orep/canvas">
|
|
|
|
size = 800x600 # Render resolution
|
|
|
|
fps = 60 # Max fps
|
|
|
|
</script>
|
|
|
|
</body>
|
|
|
|
</html>
|