@openplayerjs/core 3.0.0-beta.2 → 3.0.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/package.json +1 -1
package/README.md
CHANGED
|
@@ -274,6 +274,8 @@ export class MyStreamEngine extends BaseMediaEngine implements IEngine {
|
|
|
274
274
|
|
|
275
275
|
## Code samples
|
|
276
276
|
|
|
277
|
+
A wide collection of ready-to-run examples — from engine setup and custom plugins to playback control and event handling — is available as a living cookbook in the CodePen collection below.
|
|
278
|
+
|
|
277
279
|
CodePen Collection: [https://codepen.io/collection/WQORze](https://codepen.io/collection/WQORze)
|
|
278
280
|
|
|
279
281
|
---
|