wangeditor-plugin-docx
TypeScript icon, indicating that this package has built-in type declarations

0.0.4 • Public • Published

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)

Package Sidebar

Install

npm i wangeditor-plugin-docx

Weekly Downloads

1

Version

0.0.4

License

MIT

Unpacked Size

533 kB

Total Files

38

Last publish

Collaborators

  • moonlit