Refactors options and adds a fillScreen mode

This commit is contained in:
2023-11-04 23:41:39 -06:00
parent 31596774df
commit e70787260a
5 changed files with 146 additions and 73 deletions

View File

@@ -9,6 +9,12 @@
<style>
* {
image-rendering: pixelated;
margin: 0;
}
body {
height: 100vh;
overflow: hidden;
}
img {