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

生成多张无限循环,如果需要三张或者更多,如何修改

作者为什么要限制只能使用八张图片

小程序页面可以通过base64使用外部字体(https://www.jianshu.com/p/3ebecdf3e9b3) ,不知道canvas里面绘制的文字可不可以使用外部字体?

在工具内完美运行,用企业微信预览无法加载,还有就是宽高数值比较大时真机测试时会闪退,在线等

遇到网络图片出不来的问题,这个要么图片链接有问题,有么就是代码有问题,然后我遇到的是图片链接有问题,首先图片链接要https才行,然后图片服务器的域名要添加到微信的小程序后台的downloadfile合法域名中,这样才能正常的加载出来。

md, 既然不支持base64图片,这怎么搞

` drawImage(params) { const { url, top = 0, left = 0, width = 0, height = 0, circleRadius = 0, color = '#eeeef0' } = params this.ctx.save() if (circleRadius)...

![image](https://user-images.githubusercontent.com/16316998/45853123-03a90800-bd76-11e8-863b-bae3e28b98c5.png)