Skip to content

Commit 7f230d1

Browse files
committed
chore: update web-ifc version
1 parent 24dffc5 commit 7f230d1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/fragments/src/Importers/IfcImporter/example.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ grids.create(world);
5454
*/
5555

5656
const serializer = new FRAGS.IfcImporter();
57-
serializer.wasm = { absolute: true, path: "https://unpkg.com/web-ifc@0.0.70/" };
57+
serializer.wasm = { absolute: true, path: "https://unpkg.com/web-ifc@0.0.71/" };
5858
// A convenient variable to hold the ArrayBuffer data loaded into memory
5959
let fragmentBytes: ArrayBuffer | null = null;
6060
let onConversionFinish = () => {};

packages/fragments/src/Importers/IfcImporter/examples/HelloWorldSchema/example.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ async function loadIfcFile(fileUrl: string, raw: boolean) {
118118
const serializer = new FRAGS.IfcImporter();
119119
serializer.wasm = {
120120
absolute: true,
121-
path: "https://unpkg.com/web-ifc@0.0.70/",
121+
path: "https://unpkg.com/web-ifc@0.0.71/",
122122
};
123123
const bytes = await serializer.process({ bytes: typedArray, raw: true });
124124

0 commit comments

Comments
 (0)