We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
增加云存储文件支持 cloud://
小程序 API 调用增加 fail 参数,打印错误方便调试
fail
文档增加导出图片示例,或能否直接把 canvasId component 挂载到 stage 对象上
canvasId
component
stage
stage.ctx.draw(true, setTimeout(() => { wx.canvasToTempFilePath({ canvasId: stage.ctx.canvasId, success: res => { }, fail: err => console.log(err) }, stage._hitRender._component) }, 100))
2d
The text was updated successfully, but these errors were encountered:
No branches or pull requests
增加云存储文件支持 cloud://
小程序 API 调用增加
fail
参数,打印错误方便调试文档增加导出图片示例,或能否直接把
canvasId
component
挂载到stage
对象上2d
版本The text was updated successfully, but these errors were encountered: