Html works but JS Image loading cause CORS error
I try to found solution my self (JS ES6) but find only-partially. We are able to load img from no-CORS support src into canvas but browser switch cavnas into ‘taint mode’ which not allow us to call toDataURL (and any other access to content). function loadImgAsBase64(url, callback) { let canvas = document.createElement(‘CANVAS’); let img = … Read more