@vindral/web-sdk 3.2.5 → 3.3.1
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 +2 -0
- package/index.d.ts +600 -512
- package/{index.mjs → index.js} +2357 -2303
- package/index.umd.cjs +37 -0
- package/package.json +7 -7
- package/style.css +1 -1
- package/index.umd.js +0 -37
package/README.md
CHANGED
|
@@ -10,6 +10,8 @@ Make sure to check out the [Web SDK guides](https://docs.vindral.com/playout/web
|
|
|
10
10
|
|
|
11
11
|
[Check out our demo](https://demo.vindral.com/) to see some of Vindral's features.
|
|
12
12
|
|
|
13
|
+
For detailed information about our latest updates, visit the [changelog](https://docs.vindral.com/web-sdk/changelog/).
|
|
14
|
+
|
|
13
15
|
## Getting Started
|
|
14
16
|
|
|
15
17
|
There are multiple ways to integrate the Web SDK, depending on the use case.
|