Add correct libraries and update importmap

This commit is contained in:
2024-05-27 11:31:08 +02:00
parent 92a008bcaf
commit ca78ad8e8b
4 changed files with 40 additions and 104 deletions

View File

@@ -9,7 +9,9 @@
{
"imports": {
"three": "./vendor/three/build/three.module.js",
"openbim-components": "./vendor/openbim-components/src/index.js"
"@thatopen/fragments": "./vendor/@thatopen/fragments/dist/index.mjs",
"web-ifc": "./vendor/web-ifc/web-ifc-api.js",
"openbim-components": "./vendor/@thatopen/components/dist/index.mjs"
}
}
</script>