html-docx-js-typescript
Version:
Convert HTML documents to docx format.
2 lines (1 loc) • 507 B
text/typescript
export const contentTypesXml = `<Types xmlns="http://schemas.openxmlformats.org/package/2006/content-types">\n <Default Extension="rels" ContentType=\n "application/vnd.openxmlformats-package.relationships+xml" />\n <Override PartName="/word/document.xml" ContentType=\n "application/vnd.openxmlformats-officedocument.wordprocessingml.document.main+xml"/>\n <Override PartName="/word/afchunk.mht" ContentType="message/rfc822"/>\n</Types>\n`
\n