simple import

This commit is contained in:
2023-06-05 03:02:49 +02:00
parent 95c0bcdd10
commit a508a3710f
2 changed files with 6 additions and 7 deletions

View File

@ -19,8 +19,7 @@
{
"imports": {
"three": "https://unpkg.com/three@0.152.2/build/three.module.js",
"three/addons/": "https://unpkg.com/three@0.152.2/examples/jsm/",
"MazeMesh": "./MazeMesh.js"
"three/addons/": "https://unpkg.com/three@0.152.2/examples/jsm/"
}
}
</script>