I want to save my canvas to a img. I have this function:
function save() { document.getElementById(\"canvasimg\").style.border = \"2px solid\"; var d
Seems like you are using an image from a URL that has not set correct Access-Control-Allow-Origin header and hence the issue.. You can fetch that image from your server and get it from your server to avoid CORS issues..