kiccer / wx-canvas-2d

微信小程序 canvas-2d 绘图工具🖌️🧑‍🎨 | 支持按需加载🍃,支持内容配置🧩,支持功能扩展🔥 | 适配各种机型📱,超轻量☁️,超易用⚪,无需学习📚️,直接上手🚀
https://kiccer.github.io/wx-canvas-2d/
MIT License
86 stars 10 forks source link

canvas.save #13

Closed 7777777zll closed 2 years ago

7777777zll commented 2 years ago

canvas.save({ destWidth: 375, destHeight: 667 }).then(res => { console.log('8888', res) }).catch(e => { console.log('9999', e) }); 企业微信里面第一次不会打印9999,第二次会打印8888 但是res是undefined,而且相册里面保存的是空白页,这种怎么解决呢

kiccer commented 2 years ago

请提供一个最小的代码片段复现问题

7777777zll commented 2 years ago
kiccer commented 2 years ago

image

7777777zll commented 2 years ago

image 已解决,压根没返回文件路径信息

biel-fyq commented 2 years ago

image 生成图片不成功 是什么原因呢