mirror of
https://github.com/visgl/luma.gl.git
synced 2026-01-18 14:03:42 +00:00
8 lines
173 B
HTML
8 lines
173 B
HTML
<!doctype html>
|
|
<script type="module">
|
|
import './app.ts';
|
|
</script>
|
|
<body style="margin: 0;">
|
|
<canvas id="canvas" style="width: 100vw; height: 100vh;"></canvas>
|
|
</body>
|