draft-js-resizeable-plugindeprecated

Resizeable Plugin for DraftJS

Usage no npm install needed!

<script type="module">
  import draftJsResizeablePlugin from 'https://cdn.skypack.dev/draft-js-resizeable-plugin';
</script>

README

DraftJS Resizable Plugin

This is a plugin for the draft-js-plugins-editor.

Usage:

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.