niklasvh / html2canvas-proxy-nodejs

Express middleware proxy for html2canvas
https://html2canvas.hertzen.com/
119 stars 38 forks source link

Compatibility with 0.5.0-beta3? #2

Closed aratcliffe closed 7 years ago

aratcliffe commented 8 years ago

Hi, I'm using 0.5.0-beta3 for SVG support. I was previously using the PHP proxy but switched to this node implementation and it appears that rather than html2canvas extracting the base64-encoded image from the response it's expecting a URL to the cached image.

Is this proxy implementation compatible with 0.5.0-beta3 and if so how do I configure html2canvas to work with it?

aratcliffe commented 8 years ago

I found switching to 0.5.0-alpha1 solved the problem.