@sofereditor/export-docx
v0.3.1
Published
@sofereditor/export-docx — Emit .docx from a Sofer SerializedDocument. Round-trip with @sofereditor/import-docx.
Maintainers
Readme
@sofer/export-docx
Emit .docx from a Sofer SerializedDocument.
Round-trip with @sofer/import-docx is exact for documents the editor produced.
npm install @sofer/export-docximport { documentToDocxBlob } from '@sofer/export-docx';
const blob = await documentToDocxBlob(editor.snapshot, { title: 'My document' });License
AGPL-3.0-or-later © Rafael Marreca. Part of the Sofer editor monorepo.
