UNPKG

@opentiny/fluent-editor

Version:

A rich text editor based on Quill 2.0, which extends rich modules and formats on the basis of Quill. It's powerful and out-of-the-box.

12 lines (11 loc) 272 B
import { EmojiBlot } from "./emoji.es.js"; import { SoftBreak } from "./soft-break.es.js"; import { StrikeBlot } from "./strike.es.js"; import { Video } from "./video.es.js"; export { EmojiBlot, SoftBreak, StrikeBlot, Video }; //# sourceMappingURL=index.es.js.map