editor-plugin-image ui component for react
npm install rc-editor-plugin-imageReact EditorPluginImage Component
[![NPM version][npm-image]][npm-url]
[![build status][travis-image]][travis-url]
[![Test coverage][coveralls-image]][coveralls-url]
[![gemnasium deps][gemnasium-image]][gemnasium-url]
[![node version][node-image]][node-url]
[![npm download][download-image]][download-url]


[npm-image]: http://img.shields.io/npm/v/rc-editor-plugin-image.svg?style=flat-square
[npm-url]: http://npmjs.org/package/rc-editor-plugin-image
[travis-image]: https://img.shields.io/travis/react-component/editor-plugin-image.svg?style=flat-square
[travis-url]: https://travis-ci.org/react-component/editor-plugin-image
[coveralls-image]: https://img.shields.io/coveralls/react-component/editor-plugin-image.svg?style=flat-square
[coveralls-url]: https://coveralls.io/r/react-component/editor-plugin-image?branch=master
[gemnasium-image]: http://img.shields.io/gemnasium/react-component/editor-plugin-image.svg?style=flat-square
[gemnasium-url]: https://gemnasium.com/react-component/editor-plugin-image
[node-image]: https://img.shields.io/badge/node.js-%3E=_0.10-green.svg?style=flat-square
[node-url]: http://nodejs.org/download/
[download-image]: https://img.shields.io/npm/dm/rc-editor-plugin-image.svg?style=flat-square
[download-url]: https://npmjs.org/package/rc-editor-plugin-image
|!IE | !Chrome | !Firefox | !Opera | !Safari|
| --- | --- | --- | --- | --- |
| IE 8+ ✔ | Chrome 31.0+ ✔ | Firefox 31.0+ ✔ | Opera 30.0+ ✔ | Safari 7.0+ ✔ |
```
npm install
npm start
http://localhost:8001/examples/
online example: http://react-component.github.io/editor-plugin-image/
* support ie8,ie8+,chrome,firefox,safari

`js`
var EditorPluginImage = require('rc-editor-plugin-image');
var React = require('react');
React.render(
| name | type | default | description |
|---|---|---|---|
| className | String | additional css class of root dom node |
``
npm test
npm run chrome-test
```
npm run coverage
open coverage/ dir
rc-editor-plugin-image is released under the MIT license.