react-reader icon indicating copy to clipboard operation
react-reader copied to clipboard

An ePub-reader for React, powered by Epub.js

Results 14 react-reader issues
Sort by recently updated
recently updated
newest added

Also includes a new example of getting the progress from some storage, i believe it can be improved.

I'm using react-reader for my project, but arrows do not allow to get to another page of the book. Epub seems to be working fine, you can get to different...

Bumps [terser](https://github.com/terser/terser) from 5.12.1 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...

dependencies

While doing on my project I notice that when I click on "Use full browser window", text slide up, but bottom stay blank. Bottom text in height of header become...

> "react-reader"' has no exported member named 'ReactReaderStyle'. ```typescript import { ReactReader, ReactReaderStyle } from "react-reader"; ``` ```json "react-reader": "^0.21.1" ```

Removes [@xmldom/xmldom](https://github.com/xmldom/xmldom). It's no longer used after updating ancestor dependency [epubjs](https://github.com/futurepress/epub.js). These dependencies need to be updated together. Removes `@xmldom/xmldom` Updates `epubjs` from 0.3.93 to 0.4.2 Commits See full diff...

dependencies

Hi. I have problem with using this library on NextJS distribution of reactjs. PDF: https://react-reader.metabits.no/files/alice.epub I got error: `GET http://localhost:3000/META-INF/container.xml 404 (Not Found)` I used dynamic for loading "non-ssr" library,...

On safari, when clicking on a TOC link the following message appears on the console ``` Blocked script execution in '___TOC link____' because the document's frame is sandboxed and the...