javascriptepubclient-side

How to read epub files using javascript


How to read epub files using javascript?

I tried epubjs but thats not suited for my requirement. Is any other alternative javascript libraries available?


Solution

  • The Readium Foundation has a javascript library: readium-js-viewer (and many other repos in the Readium Github organization)

    Alternatively, you might want to have a look at FuturePress's epub.js

    Finally, TEA has a considerably more in-depth webapp (which hasn't been contributed to since this post was originally written).