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