@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.
40 lines (39 loc) • 1.47 kB
JavaScript
import "./fluent-editor.es.js";
import { getListValue, inputFile, namespace } from "./config/index.es.js";
import { generateToolbarTip } from "./modules/toolbar/toolbar-tip.es.js";
import FluentEditor from "./core/fluent-editor.es.js";
import { AUDIO_VIDEO_UPLOADER_MIME_TYPES, BIG_DELTA_LIMIT, CHANGE_LANGUAGE_EVENT, COMPRESSED_UPLOADER_MIME_TYPES, DOC_UPLOADER_MIME_TYPES, FILE_UPLOADER_MIME_TYPES, IMAGE_UPLOADER_MIME_TYPES, LANG_CONF, OTHER_FILE_UPLOADER_MIME_TYPES, PPT_UPLOADER_MIME_TYPES, XSL_UPLOADER_MIME_TYPES, defaultLanguage } from "./config/editor.config.es.js";
import { getEventComposedPath, hadProtocol, hexToRgbA, imageFileToUrl, imageUrlToFile, insideTable, isInside, isNullOrUndefined, isPureIE, omit, replaceDeltaImage, sanitize, splitWithBreak } from "./config/editor.utils.es.js";
export {
AUDIO_VIDEO_UPLOADER_MIME_TYPES,
BIG_DELTA_LIMIT,
CHANGE_LANGUAGE_EVENT,
COMPRESSED_UPLOADER_MIME_TYPES,
DOC_UPLOADER_MIME_TYPES,
FILE_UPLOADER_MIME_TYPES,
IMAGE_UPLOADER_MIME_TYPES,
LANG_CONF,
OTHER_FILE_UPLOADER_MIME_TYPES,
PPT_UPLOADER_MIME_TYPES,
XSL_UPLOADER_MIME_TYPES,
FluentEditor as default,
defaultLanguage,
generateToolbarTip,
getEventComposedPath,
getListValue,
hadProtocol,
hexToRgbA,
imageFileToUrl,
imageUrlToFile,
inputFile,
insideTable,
isInside,
isNullOrUndefined,
isPureIE,
namespace,
omit,
replaceDeltaImage,
sanitize,
splitWithBreak
};
//# sourceMappingURL=index.es.js.map