Flipboard / react-canvas

High performance <canvas> rendering for React components

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cross Origin support for Image

viankakrisna opened this issue · comments

when I load image with different origin, I get Cross-Origin Resource Sharing policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. error on my console.

The workaround is converting the images to datauri before giving it to render function. Will look at the source and see what I can do.

Nevermind, the request is at fault