remove white border from html
This commit is contained in:
parent
da94a2220c
commit
0e8a30f453
1 changed files with 1 additions and 1 deletions
|
@ -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(() => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue