canvas-editor-plugin
canvas-editor-plugin copied to clipboard
导出Word的官方插件,能否保证编辑文档的格式。
mport Editor from '@hufe921/canvas-editor' import docxPlugin from '@hufe921/canvas-editor-plugin-docx' const instance = new Editor() instance.use(docxPlugin) instance.executeExportDocx({ fileName: string }) 导出的Word 格式错误,,能否与编辑器 样式一致
同问 上面导出的格式还原度有点差