0.0.4 • Published 2 years ago

wangeditor-plugin-docx v0.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

wangEditor docx

介绍

wangEditor word插件,支持从Microsoft Word/WPS粘贴过来保留样式。

安装

yarn add wangeditor-plugin-docx

使用

注册到编辑器

import { Boot, IEditorConfig, IToolbarConfig } from '@wangeditor/editor'
import docxPlugin from 'wangeditor-plugin-docx'

// 注意,要在创建编辑器之前注册,且只能注册一次,不可重复注册。
Boot.registerModule(docxPlugin)