bloom-player 2.8.11 → 2.9.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 +5 -0
- package/dist/{bloomPlayer.D_uii3Cn.js → bloomPlayer.D4cVF9dy.js} +36 -36
- package/dist/bloomplayer.htm +1 -1
- package/package.json +7 -2
- package/src/dragActivityRuntime.ts +1320 -0
- package/src/event.ts +25 -0
- package/src/narration.ts +1333 -0
- package/src/scrolling.ts +452 -0
package/README.md
CHANGED
|
@@ -162,6 +162,11 @@ To test Bloom Player on a book in the Bloom Editor, follow these steps:
|
|
|
162
162
|
|
|
163
163
|
To run unit tests use `yarn test`. This will run all `*.test.ts`, which should be collocated with the thing being tested.
|
|
164
164
|
|
|
165
|
+
|
|
166
|
+
### Version Info
|
|
167
|
+
|
|
168
|
+
If you hold down the CTRL key, Bloom Player will display its version and build date.
|
|
169
|
+
|
|
165
170
|
### More info
|
|
166
171
|
|
|
167
172
|
For more information, see README-advanced.md
|