UNPKG

jodit

Version:

Jodit is awesome and usefully wysiwyg editor with filebrowser

50 lines (48 loc) 2.05 kB
/*! * Jodit Editor (https://xdsoft.net/jodit/) * Licensed under GNU General Public License version 2 or later or a commercial license or MIT; * For GPL see LICENSE-GPL.txt in the project root for license information. * For MIT see LICENSE-MIT.txt in the project root for license information. * For commercial licenses see https://xdsoft.net/jodit/commercial/ * Copyright (c) 2013-2019 Valeriy Chupurnov. All rights reserved. https://xdsoft.net */ export { addNewLine } from './add-new-line'; export { autofocus } from './autofocus'; export { backspace } from './backspace'; export { bold } from './bold'; export { cleanHtml } from './clean-html'; export { color } from './color'; import './copyformat'; export { enter } from './enter'; export { errorMessages } from './error-messages'; export { font } from './font'; export { formatBlock } from './format-block'; export { fullsize } from './fullsize'; export { iframe } from './iframe'; export { indent } from './indent'; export { imageProcessor } from './image-processor'; export { imageProperties } from './image-properties'; export { inlinePopup } from './inline-popup'; export { justify } from './justify'; export { link } from './link'; export { limit } from './limit'; export { media } from './media'; export { mobile } from './mobile'; export { orderedlist } from './orderedlist'; export { paste } from './paste'; export { placeholder } from './placeholder'; export { redoundo } from './redoundo'; export { resizer } from './resizer'; export { size } from './size'; export { source } from './source'; export { symbols } from './symbols'; export { hotkeys } from './hotkeys'; export { TableProcessor as table } from './table'; export { tableKeyboardNavigation } from './table-keyboard-navigation'; export { search } from './search'; export { sticky } from './sticky'; export { stat } from './stat'; export { xpath } from './xpath'; export { DragAndDropElement } from './drag-and-drop-element'; export { DragAndDrop } from './drag-and-drop'; export { pasteStorage } from './paste-storage';