ogplayer 1.0.2 → 1.0.4
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 +3 -3
- package/dist/ogplayer.global.js +6 -6
- package/dist/ogplayer.js +6 -6
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# OGPlayer — web SDK
|
|
2
2
|
|
|
3
|
-
One video player API across **Android, iOS and
|
|
3
|
+
One video player API across **Android, iOS, web and React Native**. This package is the
|
|
4
4
|
web implementation: the same model types, listener callbacks, error codes and
|
|
5
5
|
UI behavior as the Android SDK (the reference platform), built on web
|
|
6
6
|
standards.
|
|
@@ -19,8 +19,8 @@ standards.
|
|
|
19
19
|
- **Types:** written in TypeScript — full type declarations ship with the
|
|
20
20
|
package.
|
|
21
21
|
- **License:** the same `OGP1.…` offline keys as Android/iOS, verified with
|
|
22
|
-
the browser's built-in WebCrypto — one license unlocks
|
|
23
|
-
|
|
22
|
+
the browser's built-in WebCrypto — one license unlocks every
|
|
23
|
+
platform. On the web, `apps` patterns bind to the page **hostname**.
|
|
24
24
|
|
|
25
25
|
## Quick start
|
|
26
26
|
|