mp_canvas_drawer icon indicating copy to clipboard operation
mp_canvas_drawer copied to clipboard

:rocket: 微信小程序上canvas绘制图片助手,一个json就制作分享朋友圈图片

Results 58 mp_canvas_drawer issues
Sort by recently updated
recently updated
newest added

绘制出来的图片有时候某些样式会失效

rect 可以设置圆角吗?

先从canvasdrawer.wpy文件中找到画图的这个方法drawImage。然后直接替换下面的代码就可以。 `drawImage(params) { this.ctx.save(); const { url, top = 0, left = 0, width = 0, height = 0, borderRadius = 0 } = params; if(borderRadius){ let d = borderRadius...

能否将二进制的图片绘制出来呢?

[传送门](https://github.com/Kujiale-Mobile/Painter#%E5%B8%83%E5%B1%80%E5%B1%9E%E6%80%A7)

为啥绘制出来的图是透明的,设置clear是false有不起作用。 能否把这些基本的用法,详细再写写,还有left、right也有点乱,textAlign的center不起作用啊。

PC完美,真机调试很慢(真的非常慢,iPhone se),但是能出来,但是真机出不来 wxml代码 ` 保存图片到相册 ` js代码 `eventDraw () { wx.showLoading({ title: '绘制分享图片中', mask: true }) this.setData({ showShareImage:true, showSaveBtn:true, painting: { width: 375, height: 555, clear: true, views: [ {...