Open Champjiwrd opened 3 weeks ago
I have copy code from existing_canvas and I add proxy link that I log when get this link but its not call to this proxy url how to fix its
document.querySelector("button").addEventListener("click", function () { html2canvas(document.querySelector("#content"), { proxy: 'http://localhost:3000', }).then(function (canvas) { console.log('Drew on the existing canvas'); }); }, false);
I have copy code from existing_canvas and I add proxy link that I log when get this link but its not call to this proxy url how to fix its