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
I'm trying to capture a canvas that has been rendered using angular-three, but I can't seem to capture it. The html2canvas library doesn't work, and using canvas.toDataURL() also doesn't work. How can I capture the canvas?