We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 87e15bc + 51a56ab commit 075b338Copy full SHA for 075b338
index.html
@@ -67,7 +67,6 @@
67
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
68
69
<title>3D Model Splats Stager</title>
70
- <link rel="stylesheet" href="/style.css" />
71
</head>
72
<body>
73
<canvas id="webgl" class="webgl"></canvas>
src/main.js
@@ -5,7 +5,7 @@
5
*
6
* @module main
7
*/
8
-import "@style.css";
+import "./style.css";
9
import * as THREE from "three";
10
import { Pane } from "tweakpane";
11
import Stats from "stats.js";
style.css src/style.cssstyle.css renamed to src/style.css
0 commit comments