@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.
11 lines (10 loc) • 421 B
JavaScript
;
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
require("./actions/index.cjs.js");
const blotFormatter = require("./blot-formatter.cjs.js");
const image = require("./image.cjs.js");
require("./preview/index.cjs.js");
require("./specs/index.cjs.js");
exports.BlotFormatter = blotFormatter.BlotFormatter;
exports.CustomImage = image.CustomImage;
//# sourceMappingURL=index.cjs.js.map