当前位置:   article > 正文

微信小程序图片裁剪_wx-cropper 方形

wx-cropper 方形

插件下载网站https://github.com/dlhandsome/we-cropper

在wxml页面添加

<!--start 用户自动截取正方形照片  -->
<template name="we-cropper">
    <canvas
            class="cropper  { {cutImage}}" 
            disable-scroll="true"
            bindtouchstart="touchStart"
            bindtouchmove="touchMove"
            bindtouchend="touchEnd"
            style="width:{ {width}}px;height:{ {height}}px;"
            canvas-id="{ {id}}">
    </canvas>
</template>


<view class="cropper-wrapper { {cutImage}}">
    <template is="we-cropper"  data="{ {...cropperOpt}}"/>
      <view class="cropper-buttons "

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/小丑西瓜9/article/detail/565226
推荐阅读
相关标签
  

闽ICP备14008679号