javascript - Is it possible to import an image into canvas from a different domain that does not support CORS -


i want import picture different domain not support cors. picture supposed go canvas can change colors.

is possible?

thanks in advance

no. if use proxy or such. otherwise violate same-origin policy.


Comments

Popular posts from this blog

qt - Using float or double for own QML classes -

Create Outlook appointment via C# .Net -

ios - Swift Array Resetting Itself -