We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6495062 commit f402f6dCopy full SHA for f402f6d
ifc-js/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "ifc-js",
3
- "version": "0.0.2",
+ "version": "0.0.4",
4
"description": "CERNBox web IFC.js integration",
5
"license": "AGPL-3.0",
6
"author": "CERNBox",
ifc-js/src/App.vue
@@ -87,7 +87,7 @@ export default {
87
},
88
addIFCModel: function () {
89
const ifcLoader = new IFCLoader()
90
- ifcLoader.ifcManager.setWasmPath('../../../../../../../../../../../../../../../../cernbox/ifc-js-0.0.1/')
+ ifcLoader.ifcManager.setWasmPath('../../../../../../../../../../../../../../../../cernbox/ifc-js-0.0.3/')
91
const header = {
92
Authorization: 'Bearer ' + this.getToken,
93
'X-Requested-With': 'XMLHttpRequest'
0 commit comments