hongru / canvas2image

a tool for saving or converting canvas as img
1.3k stars 913 forks source link

can not download the picture in IE #20

Open luckhhn opened 7 years ago

luckhhn commented 7 years ago

First thank you, i use your demo, but can not download the picture in IE, please tell me how to solve this problem?

ChetnaGupta commented 6 years ago

I am also kind of facing download issues in IE11 for PNG.JPG format. Did we find a fix for this issue ??

hotgeart commented 6 years ago

@luckhhn & @ChetnaGupta did you find a solution ? Same problem :

        html2canvas(document.querySelector("#print")).then(function (canvas) {
            //document.body.appendChild(canvas);
            return Canvas2Image.saveAsPNG(canvas);
    });