Options
All
  • Public
  • Public/Protected
  • All
Menu

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())

Hierarchy

  • EpubFormatAdapter

Implements

Index

Constructors

constructor

Methods

isPublicationSupported

Generated using TypeDoc