码迷,mamicode.com
首页 > 其他好文 > 详细

vue cropper

时间:2017-07-24 18:56:25      阅读:164      评论:0      收藏:0      [点我收藏+]

标签:nsca   rtc   blog   his   .com   get   cal   out   start   

 1 <vueCropper
 2         ref="cropper"
 3         :img="cropImg.img"
 4         :outputSize="cropImg.size"
 5         :outputType="cropImg.outputType"
 6         :info="cropImg.info"
 7         :canScale="cropImg.canScale"
 8         :autoCrop="cropImg.autoCrop"
 9         :autoCropWidth="cropImg.autoCropWidth"
10         :autoCropHeight="cropImg.autoCropHeight"
11         :fixed="cropImg.fixed"
12         :fixedNumber="cropImg.fixedNumber"
13       ></vueCropper>
this.$refs.cropper.startCrop()  //开始截图

this.$refs.cropper.stopCrop() //截图结束
// 获取截取后图片的数据
this.$refs.cropper.getCropData((data) => {
// callback
})

https://github.com/xyxiao001/vue-cropper

http://xyxiao.cn/vue-cropper/example/

vue cropper

标签:nsca   rtc   blog   his   .com   get   cal   out   start   

原文地址:http://www.cnblogs.com/insight0912/p/7229950.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!