Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 463 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 463 Bytes

html2canvas-proxy-php

basic php proxy for html2canvas using curl

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

##PHP Requirements You will need to make sure you have the below extensions enabled in your php.ini file.

  • php_curl

##jQuery

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

##javascript

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