Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 344 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 344 Bytes

html2canvas-proxy-php

basic php proxy for html2canvas using curl

simply download proxy.php file and point html2canvas proxy option to the file.

##jQuery

$(id).html2canvas({
    proxy: 'path to proxy/proxy.php'
});

##javascript

html2canvas(element, {
    proxy: 'path to proxy/proxy.php'
});