@beyondwords/player 0.0.0-alpha3 → 0.0.0-alpha5
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 +9 -7
- package/dist/es.js +8326 -8102
- package/dist/es.js.map +1 -1
- package/dist/umd.js +29 -28
- package/dist/umd.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -34,19 +34,21 @@ settings that can be set in the initializer or via the SDK.
|
|
|
34
34
|
listeners that are called when player actions are performed.
|
|
35
35
|
6. [Player events](./doc/player-events.md): A list of all events emitted by
|
|
36
36
|
the player that can be listened to.
|
|
37
|
-
7. [
|
|
37
|
+
7. [Segments playback](./doc/segments-playback.md): How to add support for
|
|
38
|
+
the 'Playback from Segments' feature to your website.
|
|
39
|
+
8. [Custom analytics](./doc/custom-analytics.md): How to send player analytics
|
|
38
40
|
events to a custom URL of your choosing.
|
|
39
|
-
|
|
41
|
+
9. [Building your own UI](./doc/building-your-own-ui.md): How to build your own
|
|
40
42
|
user-interface on top of the BeyondWords player.
|
|
41
|
-
|
|
43
|
+
10. [How it works](./doc/how-it-works.md): A technical overview of how the
|
|
42
44
|
player works, including API calls that are made.
|
|
43
|
-
|
|
45
|
+
11. [Dev setup](./doc/dev-setup.md): How to run this project locally, e.g. if
|
|
44
46
|
you are a developer at BeyondWords.
|
|
45
|
-
|
|
47
|
+
12. [Dev workflow](./doc/dev-workflow.md): Useful advice for working on the
|
|
46
48
|
player, including what all the [./bin](bin/) scripts do.
|
|
47
|
-
|
|
49
|
+
13. [Code layout](./doc/code-layout.md): An explanation of the layout of code in
|
|
48
50
|
the player. Each major subdirectory is listed.
|
|
49
|
-
|
|
51
|
+
14. [Deployment](./doc/deployment.md): How to release a new version of the player
|
|
50
52
|
to the public and some things to consider.
|
|
51
53
|
|
|
52
54
|
## Contribution
|