Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "lib/ocf"

Simple wrapper around the JSZip package to create an OCF specific packaging for EPUB.

The core of the module is in the OCF class.

Index

Classes

Variables

Variables

Const container_xml

container_xml: "<?xml version="1.0"?><container version="1.0" xmlns="urn:oasis:names:tc:opendocument:xmlns:container"><rootfiles><rootfile full-path="package.opf" media-type="application/oebps-package+xml" /></rootfiles></container>" = `<?xml version="1.0"?><container version="1.0" xmlns="urn:oasis:names:tc:opendocument:xmlns:container"><rootfiles><rootfile full-path="package.opf" media-type="application/oebps-package+xml" /></rootfiles></container>`

The content of the required container.xml file (see the EPUB 3.3 specification). The root is set to package.opf at the top level