html2canvas-proxy
html2canvas-proxy copied to clipboard
Proxies for html2canvas
I am implementing screenshot widget on top of html2canvas functionality. I am running into an issue as the markup has used flex extensively and seems that html2canvas module is not...
I have a website witch uses facebook plugin comments. I'm looking for a way to have those comments inside a screenshot. If I use the simple html2canvas I get a...
Since there was only a Python proxy, based on a recent fork and an email with questions of my repo: https://github.com/cptdanko/html2canvas_java_proxy I figured that there are other's like me, who...
Hello, I'm trying to use the html2canvas proxy on a load balanced setup. But for some reason I keep seeing the following error in my console: GET http://mydomain.com:8080/screen-shot-scripts/images/h2c_f2e33735cc8f9b3feef65e52f35c3d3cab032349.jpg net::ERR_CONNECTION_REFUSED Why...
After using the html2canvas in one of my page I am having an issue with the checkbox. It is not showing in the screenshot. But every thing works fine input,textarea...
I am trying to capture the google map, and it did it, however the marker are not shown. Will using proxy can save the marker too. Some snippets would be...
Use php proxy or asp proxy, it reports 'syntax error' in line 1. I download the html2canvas-proxy zip, and use the proxy file, never modify the php proxy file, but...
html2canvas-proxy works initially. But using it regularly, it fails. Does it have anything to do with the cache or any other parameter?
Example, show Facebook profile images: https://graph.facebook.com/1415773021975267/picture becomes: https://fbcdn-profile-a.akamaihd.net/hprofile-ak-ash1/276836_1415773021975267_370639944_q.jpg I'm looking at this, but hopefully I will use a hack in my code... Anyone had the same issue?
Hey, So in html2canvas.js i set ``` // preload options proxy: 'proxy.js', timeout: 0, // no timeout useCORS: false, // try to load images as CORS (where available), before falling...