UNPKG

react-lz-editor

Version:

An open source react rich-text editor (mordern react editor includes media support such as texts, images, videos, audios, links etc.), development based on Draft-Js and Ant-design, good support html, markdown, draft-raw mode.

8 lines (7 loc) 221 B
"use strict"; module.exports = { LinkDecorator: require("./LinkDecorator"), ImageDecorator: require("./ImageDecorator"), VideoDecorator: require("./VideoDecorator"), AudioDecorator: require("./AudioDecorator") };