@inweb/viewer-visualize 25.5.0 → 25.5.3
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.
|
@@ -5211,7 +5211,7 @@ class Viewer extends EventEmitter2 {
|
|
|
5211
5211
|
return this._visualizeJsUrl;
|
|
5212
5212
|
}
|
|
5213
5213
|
configure(params) {
|
|
5214
|
-
this._visualizeJsUrl = params.visualizeJsUrl || "https://opencloud.azureedge.net/libs/visualizejs/
|
|
5214
|
+
this._visualizeJsUrl = params.visualizeJsUrl || "https://opencloud.azureedge.net/libs/visualizejs/25.5/Visualize.js";
|
|
5215
5215
|
return this;
|
|
5216
5216
|
}
|
|
5217
5217
|
async initialize(canvas, onProgress) {
|