Resizeable Plugin for DraftJS
npm install @willlee-work/draft-js-resizeable-pluginThis is a plugin for the draft-js-plugins-editor.
Usage:
``js
import createResizeablePlugin from 'draft-js-resizeable-plugin';
const resizePlugin = createResizeablePlugin();
`
This plugin does not require, but work better in combination with the draft-js-focus-plugin`.