8000 how to open css? · Issue #21 · julien-c/epub · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
how to open css? #21
Open
Open
@corysimmons

Description

@corysimmons
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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0