Skip to content

adjdred/html2canvas-proxy-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

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'
});

About

basic php proxy for html2canvas

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages