@swinv/react-draft-editor
v0.0.12
Published
The draft-js utility function for customized editor implementation
Downloads
18
Readme
react-draft-editor
Usage
import { DraftEditor } from '@swinv/react-draft-editor';
import {
EditorState,
convertToRaw,
convertFromRaw,
RichUtils,
Modifier,
CompositeDecorator,
} from 'draft-js';
const draftUtils = DraftEditor.Utils.create({
EditorState,
convertToRaw,
convertFromRaw,
RichUtils,
Modifier,
CompositeDecorator,
});
License
MIT © samick17