We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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(){ // epub is now usable epub.getFile("coverstyle", function(error, data, mimeType){ console.log(error); console.log(data); }); res.send('done') });
Nothing works, it hangs forever.
The text was updated successfully, but these errors were encountered:
Hi, I have the same issue, it hangs on forever !
Sorry, something went wrong.
Hi again,
You need to call epub.parse() after opening the file.
epub.parse()
@julien-c you've done a great work, too bad the doc is not much clear.
No branches or pull requests
I dont know if im doing something wrong, but when i try to load a file
Nothing works, it hangs forever.
The text was updated successfully, but these errors were encountered: