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.

10 lines (9 loc) 247 B
import Quill from "quill"; const Parchment = Quill.import("parchment"); const FontStyle = new Parchment.StyleAttributor("font", "font-family", { scope: Parchment.Scope.INLINE }); export { FontStyle }; //# sourceMappingURL=font-style.es.js.map