# DraftJS Image Plugin

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

Usage:

```js
import createImagePlugin from 'draft-js-image-plugin';

const imagePlugin = createImagePlugin();
```
