8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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?
file not found
I've also tried messing around with unzipping it but i keep failing on that end too.