epub
epub copied to clipboard
node.js epub reader
does this library supports ePub3? I'm looking for javascript library that supports SMIL based read aloud or known as media ovberlays.
The following ternary (lines 529-530 of epub.js) defines title as an empty string even when the given TOC title is truthy: ` title = branch[i].navLabel && branch[i].navLabel.text || branch[i].navLabel===branch[i].navLabel ?...
More info: https://snyk.io/test/github/nemanjan00/uniread#npm:hoek:20180212 Also, license problems: https://github.com/cthackers/adm-zip version you are using has GPL-2 and MIT conflict.
On nodejs >= 6.4 zipfile lib break install. For a working version i removed zipfile as dependance!!
util.isFunction doesn't exist: ``` if (util.isFunction(options) || !options) { ```
I dont know if im doing something wrong, but when i try to load a file ``` var EPub = require("epub"); var epub = new EPub('EPUBFILE', '/images/IMG_ID/IMG_FILENAME', '/chapters/'); epub.on("end", function(){...
``` js epub.getFile(epub.manifest.style.href, function (err, data, mimeType) { if (err) throw err; console.log(data); }); ``` returns `file not found`. What am I doing wrong? I've also tried messing around with...
Hi, This project is incredibly useful and very easy to use. I was gonna try to wrap the Calibre command line tool `ebook-meta` but having a pure Node.js implementation is...
For example `fs`: `readFile`, etc.