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
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: