Add importmap
This commit is contained in:
@@ -5,6 +5,14 @@
|
||||
<title>WebArchi</title>
|
||||
<meta name='viewport' content='width=device-width, initial-scale=1'>
|
||||
<!--<link rel='stylesheet' type='text/css' media='screen' href='main.css'>-->
|
||||
<script type="importmap">
|
||||
{
|
||||
"imports": {
|
||||
"three": "./vendor/three/build/three.module.js",
|
||||
"openbim-components": "./vendor/openbim-components/src/index.js"
|
||||
}
|
||||
}
|
||||
</script>
|
||||
<script src='main.js' type="module"></script>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
Reference in New Issue
Block a user