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
Post a Comment