@sequent-org/ifc-viewer 1.0.23000000000001-ci.18.0 → 1.2.2-ci.21.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,7 +1,7 @@
1
1
  // Сервис загрузки IFC моделей и добавления их в сцену three.js
2
2
  // Требует three@^0.149 и web-ifc-three совместимой версии
3
3
 
4
- import { IFCLoader } from "web-ifc-three/IFCLoader.js";
4
+ import { IFCLoader } from "../compat/IFCLoader.js";
5
5
  // Примечание: IFCWorker не используется, так как мы отключаем Web Workers
6
6
  // для стабильности работы в различных окружениях
7
7