I fail to load image in chrome by TextureLoader
I want to load the image from the URL that is "https://commons.wikimedia.org/wiki/Special:FilePath/Engels.jpg?width=300",but I get error that is "Access to image at 'https://commons.wikimedia.org/wiki/Special:FilePath/Engels.jpg?width=300' (redirected from 'http://commons.wikimedia.org/wiki/Special:FilePath/Engels.jpg?width=300') from origin 'null' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource."(I set loader.crossOrigin anonymous).if I set loader.crossOrigin undefined,loader can load the image but can't be rendered with error"THREE.WebGLState: TypeError: Failed to execute 'texImage2D' on 'WebGLRenderingContext': No function was found that matched the signature provided."