@leoyin/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) • 447 B
JavaScript
;
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
const emoji = require("./emoji.cjs.js");
const softBreak = require("./soft-break.cjs.js");
const strike = require("./strike.cjs.js");
const video = require("./video.cjs.js");
exports.EmojiBlot = emoji.EmojiBlot;
exports.SoftBreak = softBreak.SoftBreak;
exports.StrikeBlot = strike.StrikeBlot;
exports.Video = video.Video;
//# sourceMappingURL=index.cjs.js.map