@docx-editor.dev/docx-to-markdown/node
Node.js filesystem delivery for portable Markdown exports.
Functions (1)
writeMarkdownBundlefunctionSource ↗
Write document.md, document.json, and media/ into a new or empty directory.
declare function writeMarkdownBundle(result: MarkdownExportResult, options: WriteMarkdownBundleOptions): Promise<void>;Interfaces (1)
WriteMarkdownBundleOptionsinterfaceSource ↗
Output folder for a portable bundle.
interface WriteMarkdownBundleOptions| Member | Type | Summary |
|---|---|---|
| directory | string | New or existing empty directory. Files are never overwritten. |