@3dweb/360javascriptviewer 1.8.50 → 1.8.52

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.
package/Readme.md CHANGED
@@ -178,10 +178,11 @@ Fires when the user double clicks on a image, works in combination with enableIm
178
178
  - IResponse {
179
179
    currentDegree: number;
180
180
  }
181
- - IAutoCDNResizerConfig {
182
-   useWidth: boolean;
183
-   useHeight: boolean; //default true
181
+ - IAutoCDNResizerConfig {
182
+   useWidth: boolean; //default true
183
+   useHeight: boolean;
184
184
    scaleWithZoomMax: boolean; //default false loads images with the zoomMax factor for height or width
185
+   extraParams: object; //add extra params to the image urls
185
186
  }
186
187
  - notificationConfig {
187
188
    dragToRotate: {