@wannaby/wanna-sdk 2.5.0 → 2.7.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/CHANGELOG.md +13 -0
- package/README.md +29 -822
- package/core.js +2179 -4779
- package/iframe.html +1 -1
- package/package.json +1 -1
- package/sdk/NOTICE.txt +597 -157
- package/sdk/sdk.js +453 -1455
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,16 @@
|
|
|
1
|
+
## 2.7.0 (Sept 2023)
|
|
2
|
+
|
|
3
|
+
- Rendering improvements
|
|
4
|
+
- Better Gems & Transparency Support
|
|
5
|
+
- 3D Viewer For Everything Release
|
|
6
|
+
- Performance improvements for Android devices
|
|
7
|
+
|
|
8
|
+
## 2.6.0 (June 2023)
|
|
9
|
+
|
|
10
|
+
- Rendering improvements
|
|
11
|
+
- Cold start time optimization
|
|
12
|
+
- Customizable watermark on a photo
|
|
13
|
+
|
|
1
14
|
## 2.5.0 (March 2023)
|
|
2
15
|
|
|
3
16
|
- Supported browsers update
|