-
-
Notifications
You must be signed in to change notification settings - Fork 158
Open
Description
I read an epub from local storage and passed a file object in. The default reader shows the contents of the book and you can navigate around, but the pages are blank.
const file = new File([data], 'book.epub', { type: 'application/epub+zip' });
reader.open(file)
Is there a proper way to do this?
Metadata
Metadata
Assignees
Labels
No labels