File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11# draft-js-select-image-plugin
22Embed a local image in your draft-js editor
33
4- * This is a plugin for the ` draft-js-plugins-editor ` .*
4+ * This is a plugin for ` draft-js-plugins-editor ` .*
55
66## Installation
77```
@@ -10,7 +10,7 @@ npm install draft-js-select-image-plugin
1010
1111## Usage
1212This plugin exposes a button that integrates with the side toolbar.
13- Render the image is out of the scope, but in the next example you can see how integrate ` draft-js-image-plugin ` .
13+ Rendering the image is out of scope, but in the following example you can see how to integrate ` draft-js-image-plugin ` .
1414
1515``` js
1616import createSelectImagePlugin from ' draft-js-select-image-plugin' ;
@@ -20,7 +20,7 @@ const selectImagePlugin = createSelectImagePlugin({});
2020## Configuration
2121| Param | Default | Description |
2222| -----------| ---------| --------------------------------------------------------------------------------------------------------------|
23- | imageType | IMAGE | Type of entity created when insert the atomic block. By default is the same value as ` draft-js-image-plugin ` |
23+ | imageType | IMAGE | Type of entity created when inserting the atomic block. By default it's the same value as ` draft-js-image-plugin ` |
2424
2525## Integration
2626``` js
You can’t perform that action at this time.
0 commit comments