a react component for element drag and scale
npm install cr-easeshowreact component

``jsx`
cnpm install --save cr-easeshow
`js`
import EaseShow from 'cr-easeshow'
import 'cr-easeshow/assets/index.css'
// 注意在使用的时候不能忘记引入css
HELLO WORLD
less
@import '~cr-easeshow/assets/index.css';
`
API
name | type | description
-----|------|------------
minScale|number|缩小的最小倍数
maxScale|number|放大的最大倍数
bgColor|string|拖动放大缩小画布的背景颜色
scale|number|组件可以按照外部值放大缩小
isMove|bool|组件是否可以拖动true可以拖动
isScale|bool|组件是否可以缩放true可以缩放Development
`
cnpm install
npm start
``http://localhost:8021/examples/testOne.html
cr-easeshow is released under the MIT license.