UNPKG

@ckeditor/ckeditor5-export-word

Version:

Export to Word feature for CKEditor 5.

22 lines (21 loc) 428 B
{ "plugins": [ { "name": "Export to Word", "className": "ExportWord", "description": "Allows for generating a `.docx` file directly from the editor content.", "docs": "features/converters/export-word.html", "path": "src/exportword.ts", "requires": [ "CloudServices" ], "uiComponents": [ { "type": "Button", "name": "exportWord", "iconName": "IconExportWord" } ] } ] }