@wannaby/wanna-sdk 2.2.14 → 2.3.2
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 +4 -16
- package/core.js +2949 -23503
- package/iframe.html +1 -1
- package/package.json +1 -1
- package/sdk/NOTICE.txt +484 -81
- package/sdk/sdk.js +399 -365
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
## 2.3.0 (Sep 9, 2022)
|
|
2
|
+
|
|
3
|
+
- Footwear VTO quality improvements - more stable segmentation to avoid edges flickering
|
|
4
|
+
- Start time speed up for 3D Viewer for Handbags
|
|
5
|
+
- New rendering engine for better VTO realism - will be used for specific cases only
|
|
6
|
+
|
|
7
|
+
## 2.2.15 (Aug 31, 2022)
|
|
8
|
+
|
|
9
|
+
- Fix model center detection in 3D Viewer
|
|
10
|
+
|
|
11
|
+
## 2.2.11 (July 19, 2022)
|
|
12
|
+
|
|
13
|
+
- Fix iframe camera policy
|
package/README.md
CHANGED
|
@@ -13,25 +13,13 @@ WANNA SDK enhances your website with virtual try-on experience for sneakers and
|
|
|
13
13
|
## Requirements and limitations
|
|
14
14
|
|
|
15
15
|
Supported environments:
|
|
16
|
-
* iOS
|
|
16
|
+
* iOS:
|
|
17
17
|
* Safari 14 and later
|
|
18
|
-
* Safari 14 (in-app) and later
|
|
19
18
|
* Google Chrome on iOS 14.3 and later
|
|
20
|
-
*
|
|
19
|
+
* in-app browsers for most common messengers: WhatsApp, Facebook, Telegram, Snapchat, and Instagram
|
|
20
|
+
* Android:
|
|
21
21
|
* Google Chrome 88 and later
|
|
22
|
-
*
|
|
23
|
-
* Android Browser 103 and later
|
|
24
|
-
* Samsung Internet 17.0 and later
|
|
25
|
-
* Windows:
|
|
26
|
-
* Google Chrome 103 and later
|
|
27
|
-
* Mozilla Firefox 102 and later
|
|
28
|
-
* Edge 103 and later
|
|
29
|
-
* Mac OS:
|
|
30
|
-
* Google Chrome 102 and later
|
|
31
|
-
* Safari 15.4 and later
|
|
32
|
-
* Mozilla Firefox 102 and later
|
|
33
|
-
* Linux:
|
|
34
|
-
* Google Chrome 102 and later
|
|
22
|
+
* in-app browsers for most common messengers: WhatsApp, Facebook, Telegram, and Instagram
|
|
35
23
|
|
|
36
24
|
## License
|
|
37
25
|
|