@d-i-t-a/reader 2.0.0-beta.8 → 2.0.0-beta.9
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/dist/esm/index.js +3 -0
- package/dist/esm/index.js.map +2 -2
- package/dist/reader.js +1 -1
- package/dist/reader.js.map +2 -2
- package/dist/types/reader.d.ts +1 -0
- package/package.json +1 -1
package/dist/esm/index.js
CHANGED
|
@@ -60109,6 +60109,9 @@ var D2Reader = class {
|
|
|
60109
60109
|
this.resumeReadAlong = () => {
|
|
60110
60110
|
this.navigator.resumeReadAlong();
|
|
60111
60111
|
};
|
|
60112
|
+
this.hasMediaOverlays = () => {
|
|
60113
|
+
return this.navigator.hasMediaOverlays;
|
|
60114
|
+
};
|
|
60112
60115
|
this.saveBookmark = async () => {
|
|
60113
60116
|
return await this.bookmarkModule?.saveBookmark() ?? false;
|
|
60114
60117
|
};
|