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>`
OCF Package
Simple wrapper around the JSZip package to create an OCF specific packaging for EPUB.
The core of the module is in the OCF class.