Overview of foliate-js features
mainfoliate-js is a pure JavaScript library designed for rendering e-books directly in the browser. It is modular, small, and does not require loading entire files into memory. It is designed to be compatible with modern browsers and has no hard dependencies.
Supported Formats:
- EPUB
- MOBI
- KF8 (AZW3)
- FB2
- CBZ
- PDF (experimental; requires PDF.js)
You can extend support to other formats by implementing the library's book interface.