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) 424 B
"use strict"; Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" }); const blotSpec = require("./blot-spec.cjs.js"); const customImageSpec = require("./custom-image-spec.cjs.js"); const imageSpec = require("./image-spec.cjs.js"); exports.BlotSpec = blotSpec.BlotSpec; exports.CustomImageSpec = customImageSpec.CustomImageSpec; exports.ImageSpec = imageSpec.ImageSpec; //# sourceMappingURL=index.cjs.js.map