Closed WilliamsEnabulele closed 4 years ago
When I try exporting the div containing both image and standard html, the space for image left blank while the other html gets rendered as image
if your images are dynamically printed from a remote server then its a CORS issue in html2canvas, use { useCORS: true } in the options for the html2canvas options config = { options: { useCORS: true } }
config = { options: { useCORS: true } }
When I try exporting the div containing both image and standard html, the space for image left blank while the other html gets rendered as image