js-cloudimage-360-view 4.5.0 → 4.5.1
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 +7 -7
- package/dist/react/ci360-Bku3atpv.js +65 -0
- package/dist/react/ci360-Bku3atpv.js.map +1 -0
- package/dist/react/{ci360-BkPK8jTy.mjs → ci360-DwbrNm7H.mjs} +953 -930
- package/dist/react/ci360-DwbrNm7H.mjs.map +1 -0
- package/dist/react/index.cjs +1 -1
- package/dist/react/index.cjs.map +1 -1
- package/dist/react/index.js +83 -76
- package/dist/react/index.js.map +1 -1
- package/package.json +1 -1
- package/src/types/ci360.d.ts +2 -0
- package/dist/react/ci360-BkPK8jTy.mjs.map +0 -1
- package/dist/react/ci360-CorwG9ly.js +0 -65
- package/dist/react/ci360-CorwG9ly.js.map +0 -1
package/README.md
CHANGED
|
@@ -99,7 +99,7 @@ Add the library via CDN and create your first 360 viewer in seconds:
|
|
|
99
99
|
|
|
100
100
|
```html
|
|
101
101
|
<!-- Add the library (CSS is auto-injected) -->
|
|
102
|
-
<script src="https://scaleflex.cloudimg.io/v7/plugins/js-cloudimage-360-view/4.
|
|
102
|
+
<script src="https://scaleflex.cloudimg.io/v7/plugins/js-cloudimage-360-view/4.5.0/js-cloudimage-360-view.min.js?vh=eca1de&func=proxy"></script>
|
|
103
103
|
|
|
104
104
|
<!-- Create a container with data attributes -->
|
|
105
105
|
<div
|
|
@@ -123,7 +123,7 @@ Add the library via CDN and create your first 360 viewer in seconds:
|
|
|
123
123
|
### Option 1: CDN (Recommended for Quick Setup)
|
|
124
124
|
|
|
125
125
|
```html
|
|
126
|
-
<script src="https://scaleflex.cloudimg.io/v7/plugins/js-cloudimage-360-view/4.
|
|
126
|
+
<script src="https://scaleflex.cloudimg.io/v7/plugins/js-cloudimage-360-view/4.5.0/js-cloudimage-360-view.min.js?vh=eca1de&func=proxy"></script>
|
|
127
127
|
```
|
|
128
128
|
|
|
129
129
|
> **Note:** CSS is automatically injected by the script - no separate stylesheet needed.
|