gerhardsletten / react-reader

An ePub-reader for React, powered by Epub.js
https://react-reader.metabits.no
Apache License 2.0
721 stars 132 forks source link

How to use with file input: URL. createObjectURL #161

Closed pvhuy84 closed 1 year ago

pvhuy84 commented 1 year ago

I tried use file input to preview local file, and used URL.createObjectURL to get blob file url then served it to FileReader but it was not working

gerhardsletten commented 1 year ago

@pvhuy84 Could you share your example?

pvhuy84 commented 1 year ago

I tried with ArrayBuffer and it worked!