@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.
19 lines (18 loc) • 593 B
JavaScript
import { Action } from "./action.es.js";
import { CustomResizeAction } from "./custom-resize-action.es.js";
import { DeleteAction } from "./delete-action.es.js";
import { ALIGN_ATTR, ImageToolbarButtons, alignmentHandler, setAlignStyle } from "./image-toolbar-buttons.es.js";
import { ImageToolbar } from "./toolbar.es.js";
import { ImageToolbarAction } from "./toolbar-action.es.js";
export {
ALIGN_ATTR,
Action,
CustomResizeAction,
DeleteAction,
ImageToolbar,
ImageToolbarAction,
ImageToolbarButtons,
alignmentHandler,
setAlignStyle
};
//# sourceMappingURL=index.es.js.map