@ -77,3 +77,4 @@ typings/
.fusebox/
package-lock.json
dist/
Before
Width: 108 | Height: 108 | Size: 28 KiB
@ -1,14 +0,0 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>My first three.js app</title>
<style>
body { margin: 0; }
canvas { display: block; }
</style>
</head>
<body>
<script type="text/javascript" src="main.js"></script>
</body>
</html>