mycurelabs / vue-html2canvas

Vue mixin for Html2Canvas
MIT License
116 stars 23 forks source link

It work well if few image,but not work in lots of image in a page. #10

Closed jksbill closed 5 years ago

jksbill commented 5 years ago

i want to download html page as png with vue html2canvas, if lots of image in the page, download failed and giving network Error in chrome

jofftiquez commented 5 years ago

html2canvas is used to take a snapshot of an element not download the html page. Can you explain the issue more clearly? Kindly include the error messages.

jksbill commented 5 years ago

yes, html2canvas work well, i think something wrong with my download code,thinks for you help ^_^.

jofftiquez commented 5 years ago

Thanks @jksbill please let me know if I could help you with something.