@wannaby/wanna-sdk 3.1.0 → 3.2.0-alpha.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 +1 -1
- package/core.js +1366 -1279
- package/iframe.html +1 -1
- package/package.json +1 -1
- package/sdk/sdk.js +181 -231
package/README.md
CHANGED
|
@@ -19,4 +19,4 @@ See the list of supported environments on our [documentation portal](https://doc
|
|
|
19
19
|
|
|
20
20
|
## Examples
|
|
21
21
|
|
|
22
|
-
Visit our [examples repo](https://github.com/WANNABY/websdk-examples/
|
|
22
|
+
Visit our [examples repo](https://github.com/WANNABY/websdk-examples/) for the reference usage of the WANNA SDK with different scenarios.
|