Skip to content

Commit

Permalink
Merge pull request #1434 from Kurtil/patch-17
Browse files Browse the repository at this point in the history
FIX Viewer.js breaking import
  • Loading branch information
xeolabs authored Apr 10, 2024
2 parents 587b9cc + deeac58 commit 7dcd3a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/viewer/Viewer.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import {CameraFlightAnimation} from "./scene/camera/CameraFlightAnimation.js";
import {CameraControl} from "./scene/CameraControl/CameraControl.js";
import {MetaScene} from "./metadata/MetaScene.js";
import {LocaleService} from "./localization/LocaleService.js";
import html2canvas from '../../node_modules/html2canvas/dist/html2canvas.esm.js';
import html2canvas from 'html2canvas/dist/html2canvas.esm.js';

/**
* The 3D Viewer at the heart of the xeokit SDK.
Expand Down Expand Up @@ -539,4 +539,4 @@ class Viewer {
}
}

export {Viewer}
export {Viewer}

0 comments on commit 7dcd3a6

Please sign in to comment.