Main entry points
This module contains the main external entry points for the EPUB conversion. These are:
- Main processing steps for the creation of EPUB files: the [[RespecToEPUB]] class;
- A representation of the EPUB OCF instances (i.e., of the ZIP file for the final content): the [[OCF]] class;
- A representation of the EPUB “package”, i.e., the XML file providing the main manifest of the EPUB file: the [[PackageWrapper]] class.
I
Global
Interface of the "Global" data, to be used by various utilities
I
ResourceRef
Interface for the resources that, eventually, should be added to the EPUB file
Usage
import * as mod from "lib/convert.ts";