laika.render.epub

Type members

Classlikes

Creates the EPUB container based on a document tree and the HTML result of a preceding render operation.

Creates the EPUB container based on a document tree and the HTML result of a preceding render operation.

Renders the entire content of an EPUB HTML navigation file.

Renders the entire content of an EPUB HTML navigation file.

object MimeTypes

Lists the supported file types that get inserted into the EPUB container in addition to the dynamically rendered HTML content.

Lists the supported file types that get inserted into the EPUB container in addition to the dynamically rendered HTML content.

Renders the entire content of an NCX navigation file. These files will be ignored by EPUB 3 readers and are only added for backwards-compatibility with older readers.

Renders the entire content of an NCX navigation file. These files will be ignored by EPUB 3 readers and are only added for backwards-compatibility with older readers.

Renders the content of an EPUB Package document (OPF).

Renders the content of an EPUB Package document (OPF).

Holds static content for EPUB metadata files that do not depend on the input.

Holds static content for EPUB metadata files that do not depend on the input.

object StyleSupport

Processes CSS inputs for EPUB containers.

Processes CSS inputs for EPUB containers.

object XHTMLRenderer extends HTMLRenderer

Customizations of the default HTML renderer for AST elements where attributes specific to EPUB need to be rendered.

Customizations of the default HTML renderer for AST elements where attributes specific to EPUB need to be rendered.

object ZipWriter