问题描述
如何使用javascript读取epub文件?
How to read epub files using javascript?
我尝试了epubjs,但是那不适合我的要求。
I tried epubjs but thats not suited for my requirement. Is any other alternative javascript libraries available?
推荐答案
刚刚发布的Readium Foundation Readium Web Components:请参见(代码:)
Readium Foundation 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 )
或者,您可能希望看看FuturePress:(代码:)
Alternatively, you might want to have a look at FuturePress: http://www.futurepress.org/ (code: https://github.com/fchasen/epub.js/ )
最后,TEA还具有一些您可能会发现有趣的东西:
Finally, TEA also has something you might find interesting: https://github.com/TEA-ebook/teabook-open-reader
这篇关于如何使用JavaScript读取epub文件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!