@cairn214/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.
10 lines (9 loc) • 372 B
JavaScript
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
const Quill = require("quill");
const Parchment = Quill.import("parchment");
const TextIndentStyle = new Parchment.StyleAttributor("text-indent", "text-indent", {
scope: Parchment.Scope.BLOCK
});
exports.TextIndentStyle = TextIndentStyle;
//# sourceMappingURL=text-indent.cjs.js.map
;