<!DOCTYPE html>
<html>
<head>
<title>Parcel Sandbox</title>
<meta charset="UTF-8" />
</head>
<body>
<canvas id="app"></canvas>
<script src="src/three.js"></script>
<script src="src/index.js?1"></script>
</body>
</html>
import "./styles.css";
import Gl from "./gl";
const scene = new Gl();
scene.init();