FormatAdapter implementation specific to EPUB publications.
Add support for EPUB publications by adding an instance of EpubFormatAdapter to a ReadingSystemEngine.
let engine = new ReadingSystemEngine();engine.addFormatAdapter(new EpubFormatAdapter())
Check if the specified publication is supported by this format adapter.
Generated using TypeDoc
FormatAdapter implementation specific to EPUB publications.
Add support for EPUB publications by adding an instance of EpubFormatAdapter to a ReadingSystemEngine.