epubjs-reader
epubjs-reader copied to clipboard
Epub.js Reader
Fixed the issue #32
When I send the file using static file path it works but if I serve file as res.sendFile(..) it is not working and not even hitting this api? I am...
console error: ``` epub.js:12759 Uncaught (in promise) TypeError: Cannot read properties of null (reading 'getAttribute') at Navigation.ncxItem (epub.js:12759:22) at Navigation.parseNcx (epub.js:12734:17) at Navigation.parse (epub.js:12495:21) at new Navigation (epub.js:12467:9) at epub.js:10416:25...
console error: ``` epub.js:6784 Uncaught (in promise) Error: No Section Found at Rendition._display (epub.js:6784:23) at Queue.dequeue (epub.js:3662:20) at epub.js:3716:12 ``` sample file (need to unzip): [file.epub.zip](https://github.com/futurepress/epubjs-reader/files/8779228/file.epub.zip)
Bumps [grunt](https://github.com/gruntjs/grunt) from 1.0.2 to 1.5.3. Release notes Sourced from grunt's releases. v1.5.3 Merge pull request #1745 from gruntjs/fix-copy-op 572d79b Patch up race condition in symlink copying. 58016ff Merge pull...
If an epub book has more than one creator, I only get the first creator throw `book.packaging.metadata `. My epubjs's version is 0.3.88 For example:  
Bumps [epubjs](https://github.com/futurepress/epub.js) from 0.3.59 to 0.3.92. Release notes Sourced from epubjs's releases. v0.3.88 Updated the strategy of finding covers for ePub 3 cover-image: futurepress/epub.js#1086 Limited polling if not active on...
I have been developing ePub file with Unicode Devnagari font. It works well with other softwares but this library changes the font even in unicode.
I'm sad to see that this project is no longer being maintained, it looked like a really great tool that I would have enjoyed using. I've noticed that [the repo...
Github links were broken. Small fix.