diff options
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 19 |
1 files changed, 18 insertions, 1 deletions
@@ -4,6 +4,9 @@ <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> </head> <body> + <pre> + Koh fractal. Version: 0.1 + </pre> <script type='text/javascript'> var Module = {}; fetch('index.wasm') @@ -20,7 +23,21 @@ document.body.appendChild(script); }); </script> - <canvas id="canvas"></canvas> + <div align="center"> + <canvas id="canvas" ></canvas> + </div> + + <pre> + Supported keys: + left,right,up,down - change position by 10 pixels + r - reset the configuration + '-' - decrease amount of levels + '+' - increase amount of levels + q - previous color pattern + w - next color pattern + a - decrease size + s - increase size + </pre> </body> </html>
\ No newline at end of file |