How to read epub files using javascript

How to read epub files using javascript?

I tried epubjs, but this is not suitable for my requirement. Are other javascript alternative libraries available?

+5
source share
1 answer

The Readium Foundation has just released Readium web components: see http://readium.org/news/announcing-readiumjs-a-javascript-library-for-browser-based-epub-3-reading (code: https: // github.com/readium/Readium-Web-Components )

Alternatively, you may need to look at FuturePress: http://www.futurepress.org/ (code: https://github.com/fchasen/epub.js/ )

Finally, TEA also has something interesting: https://github.com/TEA-ebook/teabook-open-reader

+11
source

Source: https://habr.com/ru/post/897331/


All Articles