@beyondwords/player 0.0.0-alpha6 → 0.0.0-beta1
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 +14 -13
- package/dist/es.js +8495 -8427
- package/dist/es.js.map +1 -1
- package/dist/umd.js +28 -28
- package/dist/umd.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,22 +1,18 @@
|
|
|
1
1
|
## BeyondWords Player
|
|
2
2
|
|
|
3
|
-
**
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
BeyondWords is an AI voice and audio CMS that enables publishers to transform
|
|
8
|
-
their content into natural-sounding and captivating audio experiences for their
|
|
9
|
-
audiences. This repository includes the BeyondWords player, which seamlessly
|
|
10
|
-
integrates with the BeyondWords audio CMS and can be easily embedded into your
|
|
11
|
-
website or app. You can sign up for a free account
|
|
3
|
+
**Note:** This is a beta version of the new player that we’re sharing with customers as we finalize its documentation.
|
|
4
|
+
|
|
5
|
+
BeyondWords is an AI voice and audio CMS that enables publishers to transform their content into natural-sounding and captivating audio experiences for their audiences.
|
|
6
|
+
This repository includes the BeyondWords player, which seamlessly integrates with the BeyondWords audio CMS and can be easily embedded into your website or app. You can create an account
|
|
12
7
|
[here](https://dash.beyondwords.io/auth/signup).
|
|
13
8
|
|
|
9
|
+
|
|
14
10
|
The easiest way to embed the BeyondWords player into your website is by copying
|
|
15
11
|
the player scripts inside the BeyondWords CMS. However, for those who wish to
|
|
16
12
|
customize the player further, this documentation provides helpful guides and a
|
|
17
13
|
detailed explanation for each of the player's settings. You can see a demo of
|
|
18
14
|
the player
|
|
19
|
-
[here](https://beyondwords-
|
|
15
|
+
[here](https://beyondwords-core.github.io/playback-from-paragraphs-prototype/).
|
|
20
16
|
|
|
21
17
|
## Documentation
|
|
22
18
|
|
|
@@ -64,7 +60,12 @@ user-interface on top of the existing player.
|
|
|
64
60
|
|
|
65
61
|
## License
|
|
66
62
|
|
|
67
|
-
|
|
63
|
+
Copyright (c) 2023 Lstn Ltd (trading as BeyondWords). All rights reserved.
|
|
64
|
+
|
|
65
|
+
This repository and its contents, including but not limited to source code, documentation, and assets, are the sole property of BeyondWords and are protected by applicable copyright, trademark, and other intellectual property laws.
|
|
66
|
+
|
|
67
|
+
You are granted permission to use the player embed, SDK and the provided NPM package for your projects. No part of this repository may be otherwise reproduced, distributed, modified, or transmitted in any form or by any means, electronic or mechanical, without the prior written permission of BeyondWords, except for the purpose of submitting pull requests and contributing to the project.
|
|
68
|
+
|
|
69
|
+
Contributions in the form of pull requests are welcome; however, BeyondWords reserves the right to review, approve, or reject any modifications to the code.
|
|
68
70
|
|
|
69
|
-
|
|
70
|
-
not modified.
|
|
71
|
+
For inquiries and permission requests, please contact support@beyondwords.io.
|