@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.
32 lines (31 loc) • 998 B
JavaScript
import "./collaborative-editing/index.es.js";
import "./counter.es.js";
import { CustomClipboard } from "./custom-clipboard.es.js";
import "./custom-image/index.es.js";
import { FileUploader } from "./custom-uploader.es.js";
import { DividerBlot } from "./divider.es.js";
import { EmojiModule } from "./emoji.es.js";
import "./file/index.es.js";
import { FlowChartModule } from "./flow-chart/index.es.js";
import "./link/index.es.js";
import "./mathlive/index.es.js";
import "./mention/index.es.js";
import { MindMapModule } from "./mind-map/index.es.js";
import { ShortCutKey, shortKey } from "./shortcut-key/index.es.js";
import "./syntax.es.js";
import { generateTableUp } from "./table-up/index.es.js";
import "./toolbar/index.es.js";
export * from "quill-i18n";
export * from "quill-shortcut-key";
export {
CustomClipboard,
DividerBlot,
EmojiModule,
FileUploader,
FlowChartModule,
MindMapModule,
ShortCutKey,
generateTableUp,
shortKey
};
//# sourceMappingURL=index.es.js.map