Images are invisble
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? https://github.com/niklasvh/html2canvas/issues/722#issuecomment-487279018 (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?
#36
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.