remove white border from html

This commit is contained in:
Lauri Räsänen 2023-01-28 13:23:29 +02:00
parent da94a2220c
commit 0e8a30f453

View file

@ -13,7 +13,7 @@
</style>
</head>
<body id="wasm-example">
<body style="margin: 0; padding: 0">
<script type="module">
import init from "./pkg/wgpu_renderer.js";
init().then(() => {