Base interface for implementing support for a publication format such as EPUB or PDF. Format adapters must be added to a ReadingSystemEngine to enable support for that format.
For example, to add support for EPUB publications use:
let engine = new ReadingSystemEngine();engine.addFormatAdapter(new EpubFormatAdapter())
Check if the specified publication is supported by this format adapter.
Generated using TypeDoc
Base interface for implementing support for a publication format such as EPUB or PDF. Format adapters must be added to a ReadingSystemEngine to enable support for that format.
For example, to add support for EPUB publications use: