js-cloudimage-360-view 4.9.1 → 4.9.2
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 +2 -2
- package/dist/js-cloudimage-360-view.min.js +3 -3
- package/dist/react/{ci360-DgTNfqhd.js → ci360-B2r9u7br.js} +4 -4
- package/dist/react/ci360-B2r9u7br.js.map +1 -0
- package/dist/react/{ci360-RrBk2Ggj.mjs → ci360-BFobl9uu.mjs} +93 -92
- package/dist/react/ci360-BFobl9uu.mjs.map +1 -0
- package/dist/react/index.cjs +1 -1
- package/dist/react/index.js +1 -1
- package/package.json +2 -1
- package/dist/react/ci360-DgTNfqhd.js.map +0 -1
- package/dist/react/ci360-RrBk2Ggj.mjs.map +0 -1
package/README.md
CHANGED
|
@@ -101,7 +101,7 @@ Add the library via CDN and create your first 360 viewer in seconds:
|
|
|
101
101
|
|
|
102
102
|
```html
|
|
103
103
|
<!-- Add the library (CSS is auto-injected) -->
|
|
104
|
-
<script src="https://scaleflex.cloudimg.io/v7/plugins/js-cloudimage-360-view/4.9.
|
|
104
|
+
<script src="https://scaleflex.cloudimg.io/v7/plugins/js-cloudimage-360-view/4.9.2/js-cloudimage-360-view.min.js?vh=d12bb5&func=proxy"></script>
|
|
105
105
|
|
|
106
106
|
<!-- Create a container with data attributes -->
|
|
107
107
|
<div
|
|
@@ -125,7 +125,7 @@ Add the library via CDN and create your first 360 viewer in seconds:
|
|
|
125
125
|
### Option 1: CDN (Recommended for Quick Setup)
|
|
126
126
|
|
|
127
127
|
```html
|
|
128
|
-
<script src="https://scaleflex.cloudimg.io/v7/plugins/js-cloudimage-360-view/4.9.
|
|
128
|
+
<script src="https://scaleflex.cloudimg.io/v7/plugins/js-cloudimage-360-view/4.9.2/js-cloudimage-360-view.min.js?vh=d12bb5&func=proxy"></script>
|
|
129
129
|
```
|
|
130
130
|
|
|
131
131
|
> **Note:** CSS is automatically injected by the script - no separate stylesheet needed.
|