04 2021 档案
摘要:1 <template> 2 <view class="content"> 3 <canvas id="myCanvas" style="margin: 100rpx auto;width: 300px;height: 300px;" canvas-id="myCanvas"></canvas> 4
阅读全文
摘要:1 touchmove: function(e) { 2 if (this.complete || this.disabled) { 3 return; 4 } 5 // ctx.globalCompositeOperation = 'destination-out'; 6 ctx.moveTo(t
阅读全文
摘要:1 // cavans畫布描繪海報 2 async writeCanvas() { 3 this.writeCanvasFinish = false 4 const ctx = uni.createCanvasContext('myCanvas', this) 5 let bgImgPath = a
阅读全文

浙公网安备 33010602011771号