0.0.4 • Published 4 months ago

wangeditor-plugin-docx v0.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months 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)
0.0.4

4 months ago

0.0.3

5 months ago

0.0.2

5 months ago

0.0.1

5 months ago