Fix imports.
@@ -16,8 +16,8 @@
<script type="importmap">
{
"imports": {
- "three": "../src/Three.WebGPU.js",
- "three/tsl": "../src/Three.WebGPU.js",
+ "three": "../build/three.webgpu.js",
+ "three/tsl": "../build/three.webgpu.js",
"three/addons/": "./jsm/"
}