首页 > 代码库 > vue cropper
vue cropper
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
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。