You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Add support for other formats yourself by implementing the book interface
8
8
- Pure JavaScript
9
9
- Small and modular
@@ -32,7 +32,7 @@ This project uses native ES modules. There's no build step, and you can import t
32
32
There are mainly three kinds of modules:
33
33
34
34
- Modules that parse and load books, implementing the "book" interface
35
-
-`comic-book.js`, for comic book archives (CBZ)
35
+
-`comic-book.js`, for comic book archives (CBZ, CBR, CBT, CB7)
36
36
-`epub.js` and `epubcfi.js`, for EPUB
37
37
-`fb2.js`, for FictionBook 2
38
38
-`mobi.js`, for both Mobipocket files and KF8 (commonly known as AZW3) files
@@ -139,7 +139,7 @@ Note that KF8 files can contain fonts that are zlib-compressed. They need to be
139
139
140
140
There is a proof-of-concept, highly experimental adapter for [PDF.js](https://mozilla.github.io/pdf.js/), with which you can show PDFs using the same fixed-layout renderer for EPUBs.
141
141
142
-
CBZs are similarly handled like fixed-layout EPUBs.
142
+
CBZs and other comic book formats are similarly handled like fixed-layout EPUBs.
0 commit comments