vre2h/use-react-screenshot

Images are invisble

Opened this issue · 3 comments

Hey!
I tried to use this library and found issue with showing images in the screenshot.
So I look into this problem and found a way to fix it in the html2canvas library.
Maybe you can add this solution?
niklasvh/html2canvas#722 (comment)
(allowCors: true)
Or on the other hand maybe there is another solution that you can tell me about it..
Thanks.

any news about this fix?

using options { allowTaint: false, useCORS: true } dose not solve my issue. I got still cors error yet. checking the package html2canvas, find out that this issue is still unresolved for case that has <img/> tag with remote src.