js-cloudimage-360-view 2.7.7 → 2.7.8
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/CHANGELOG.md +6 -0
- package/README.md +12 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
[](https://github.com/scaleflex/js-cloudimage-360-view/releases)
|
|
2
2
|
[](#contributing)
|
|
3
3
|
[](https://opensource.org/licenses/MIT)
|
|
4
4
|
[](https://www.scaleflex.it/en/home)
|
|
@@ -105,6 +105,17 @@ window.CI360.init();
|
|
|
105
105
|
> <script src="https://cdn.scaleflex.it/plugins/js-cloudimage-360-view/2/js-cloudimage-360-view.min.js"></script>
|
|
106
106
|
> <script>window.CI360.init(); // initialize the plugin when you need</script>
|
|
107
107
|
> ```
|
|
108
|
+
|
|
109
|
+
### addView
|
|
110
|
+
|
|
111
|
+
###### Type: **Function**
|
|
112
|
+
|
|
113
|
+
add new view by id to cloudimage 360 views.
|
|
114
|
+
|
|
115
|
+
```javascript
|
|
116
|
+
window.CI360.addView(idOfView: string);
|
|
117
|
+
```
|
|
118
|
+
|
|
108
119
|
### update
|
|
109
120
|
|
|
110
121
|
###### Type: **Function**
|