epubjs-rn
epubjs-rn copied to clipboard
Can I use this library to get text/images from the EPUB?
Hi, currently I'm using nodeJS to parse the epub and return the contents/upload images, but it's quite heavy, specially in large ebooks.
I'm wondering if there's a way to get the contents (without rendering EPUBjs on the client side -> not render the webview), and how can I face the problem.
Thanks for the library!