js-cloudimage-360-view 4.3.5 → 4.5.0

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
@@ -55,6 +55,7 @@
55
55
  - [Browser Support](#browser-support)
56
56
  - [Migration Guide (v3 → v4)](#migration-guide-v3--v4)
57
57
  - [Contributing](#contributing)
58
+ - [Support](#support)
58
59
  - [License](#license)
59
60
 
60
61
  ---
@@ -98,7 +99,7 @@ Add the library via CDN and create your first 360 viewer in seconds:
98
99
 
99
100
  ```html
100
101
  <!-- Add the library (CSS is auto-injected) -->
101
- <script src="https://scaleflex.cloudimg.io/v7/plugins/js-cloudimage-360-view/latest/js-cloudimage-360-view.min.js"></script>
102
+ <script src="https://scaleflex.cloudimg.io/v7/plugins/js-cloudimage-360-view/4.4.1/js-cloudimage-360-view.min.js?vh=7db0ea&func=proxy"></script>
102
103
 
103
104
  <!-- Create a container with data attributes -->
104
105
  <div
@@ -122,7 +123,7 @@ Add the library via CDN and create your first 360 viewer in seconds:
122
123
  ### Option 1: CDN (Recommended for Quick Setup)
123
124
 
124
125
  ```html
125
- <script src="https://scaleflex.cloudimg.io/v7/plugins/js-cloudimage-360-view/latest/js-cloudimage-360-view.min.js"></script>
126
+ <script src="https://scaleflex.cloudimg.io/v7/plugins/js-cloudimage-360-view/4.4.1/js-cloudimage-360-view.min.js?vh=7db0ea&func=proxy"></script>
126
127
  ```
127
128
 
128
129
  > **Note:** CSS is automatically injected by the script - no separate stylesheet needed.
@@ -1179,9 +1180,19 @@ npm run dev
1179
1180
 
1180
1181
  ---
1181
1182
 
1183
+ ## Support
1184
+
1185
+ If this library helped your project, consider buying me a coffee!
1186
+
1187
+ <a href="https://buymeacoffee.com/dzmitry.stramavus">
1188
+ <img src="https://img.shields.io/badge/Buy%20Me%20a%20Coffee-ffdd00?style=for-the-badge&logo=buy-me-a-coffee&logoColor=black" alt="Buy Me A Coffee">
1189
+ </a>
1190
+
1191
+ ---
1192
+
1182
1193
  ## License
1183
1194
 
1184
- This project is licensed under the [MIT License](https://opensource.org/licenses/MIT).
1195
+ This project is licensed under the [MIT License]([https://opensource.org/licenses/MIT](https://github.com/scaleflex/js-cloudimage-360-view/blob/master/LICENSE)).
1185
1196
 
1186
1197
  ---
1187
1198