julien-c / epub

node.js epub reader
https://www.npmjs.com/package/epub
Other
333 stars 307 forks source link

how to open css? #21

Open corysimmons opened 8 years ago

corysimmons commented 8 years ago
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 unzipping it but i keep failing on that end too.