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.

9 lines (8 loc) 349 B
import { default as FluentEditor } from './fluent-editor'; export * from './attributors'; export * from './config'; export * from './formats'; export * from './modules'; export { generateTableUpShortKeyMenu } from 'quill-shortcut-key'; export default FluentEditor; export { AttributeMap, Delta, Op, OpIterator, Parchment, Range } from 'quill/core';