Live preview - send every coordinate

This commit is contained in:
2021-08-25 22:57:01 +02:00
parent c3d2f4b031
commit d15ba4cc79
2 changed files with 48 additions and 28 deletions

View File

@@ -9,18 +9,10 @@
</body>
<style>
body {
margin: 0 0 0 0;
}
#canvas {
height: 100vh;
width: 100vw;
}
#canvas > canvas {
width: 100%;
height: 100%;
width: 500px;
height: 500px;
border: 1px solid black;
}
</style>
</html>