js-cloudimage-360-view 4.0.0-beta.2 → 4.0.0-beta.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.
- package/README.md +2 -2
- package/dist/js-cloudimage-360-view.es.js +2111 -0
- package/dist/js-cloudimage-360-view.umd.js +9 -0
- package/dist/style.css +1 -0
- package/package.json +5 -10
- package/vite-npm.config.js +12 -0
- package/dist/assets/index-49ZK8EAw.js +0 -9
- package/dist/assets/index-CgRAm56E.css +0 -1
- package/dist/index.html +0 -697
- package/js-cloudimage-360-view-4.0.0-beta.1.tgz +0 -0
package/README.md
CHANGED
|
@@ -93,8 +93,8 @@ You can install `js-cloudimage-360-view` using one of the following methods:
|
|
|
93
93
|
Include the CDN link to the `js-cloudimage-360-view` library at the end of your `<body>` tag. Additionally, make sure to include the corresponding CSS file for proper styling:
|
|
94
94
|
|
|
95
95
|
```html
|
|
96
|
-
<link rel="stylesheet" href="https://scaleflex.cloudimg.io/v7/plugins/js-cloudimage-360-view/latest/js-cloudimage-360-view.css">
|
|
97
|
-
<script src="https://scaleflex.cloudimg.io/v7/plugins/js-cloudimage-360-view/latest/js-cloudimage-360-view.js?func=proxy"></script>
|
|
96
|
+
<link rel="stylesheet" href="https://scaleflex.cloudimg.io/v7/plugins/js-cloudimage-360-view/latest/js-cloudimage-360-view.min.css">
|
|
97
|
+
<script src="https://scaleflex.cloudimg.io/v7/plugins/js-cloudimage-360-view/latest/js-cloudimage-360-view.min.js?func=proxy"></script>
|
|
98
98
|
```
|
|
99
99
|
|
|
100
100
|
### Note:
|