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
Using the html2canvas plus the HTML5 canvas toDataUrl('image/png') method, we can effectively capture a screenshot of the current page. This would be great for feedback. The flow should be:
FeedbackButton click
html2canvas called on body
convert to dataUrl
Show feedback modal with image src set to dataUrl
Append dataUrl to request
The text was updated successfully, but these errors were encountered:
Using the html2canvas plus the HTML5 canvas toDataUrl('image/png') method, we can effectively capture a screenshot of the current page. This would be great for feedback. The flow should be:
The text was updated successfully, but these errors were encountered: