This is a plugin for the draft-js-plugins-editor.
Usage:
import createResizeablePlugin from 'draft-js-resizeable-plugin';
const resizePlugin = createResizeablePlugin();Dependencies:
This plugin requires that the draft-js-entity-props-plugin is also applied to the Editor;