export const NS = { OPF: 'http://www.idpf.org/2007/opf', OPS: 'http://www.idpf.org/2007/ops', DC: 'http://purl.org/dc/elements/1.1/', DAISY: 'http://www.daisy.org/z3986/2005/ncx/', XHTML: 'http://www.w3.org/1999/xhtml', SVG: 'http://www.w3.org/2000/svg', XLINK: 'http://www.w3.org/1999/xlink' } export const tidyOptions = { 'indent': 'auto', 'numeric-entities': 'yes', 'output-xhtml': 'yes', 'alt-text': 'Image', 'wrap': '0', 'quiet': 'yes', 'newline': 'LF', 'tidy-mark': 'no', 'show-body-only': 'auto' } export const containerXml = ` ` export const youtubeKey = 'AIzaSyCF1taix0lTr7-e_XBZazIXfAr8IvxTJhA'