js-cloudimage-360-view 4.3.3 → 4.4.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 +12 -1
- package/dist/js-cloudimage-360-view.min.js +7 -7
- package/dist/react/{ci360-xUK7dmd6.mjs → ci360--3KbDLtq.mjs} +718 -678
- package/dist/react/ci360--3KbDLtq.mjs.map +1 -0
- package/dist/react/ci360-FVoLTUpQ.js +65 -0
- package/dist/react/ci360-FVoLTUpQ.js.map +1 -0
- package/dist/react/index.cjs +1 -1
- package/dist/react/index.cjs.map +1 -1
- package/dist/react/index.d.ts +15 -0
- package/dist/react/index.js +62 -58
- package/dist/react/index.js.map +1 -1
- package/dist/react/style.css +1 -1
- package/package.json +11 -11
- package/src/react/types.d.ts +15 -0
- package/dist/react/ci360-Bv2kRtqP.js +0 -65
- package/dist/react/ci360-Bv2kRtqP.js.map +0 -1
- package/dist/react/ci360-xUK7dmd6.mjs.map +0 -1
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
|
---
|
|
@@ -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
|
|