You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 30, 2023. It is now read-only.
async screenCapture() {
return await this.tryBackend(async () => {
const imgBase64 = await this.worker.captureToBase64();
return image.newImageFromBase64(imgBase64);
}, this.imageError);/* */
}
调用提示次函数 this.tryBackend不是一个函数。
是和其他库有关系,需要安装吗?
辛苦大佬跟进下。[email protected]
The text was updated successfully, but these errors were encountered: