epub icon indicating copy to clipboard operation
epub copied to clipboard

how to open css?

Open corysimmons opened this issue 9 years ago • 0 comments

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.

corysimmons avatar Feb 15 '16 04:02 corysimmons