damaera / react-acrylic

Frost glass effect, Acrylic Material react component
https://6xp9vyjj23.codesandbox.io/
MIT License
42 stars 4 forks source link

Sandbox not working #1

Open lachlanjc opened 7 years ago

lachlanjc commented 7 years ago

I'm getting an error on the sandbox (latest Safari on a Mac): https://6xp9vyjj23.codesandbox.io

unable to access image data: Error: unable to access local image data: SecurityError (DOM Exception 18): The operation is insecure.
EnoahNetzach commented 7 years ago

Same over here, on Chrome:

Unhandled Rejection (Error)

unable to access image data: Error: unable to access local image data: SecurityError: Failed to execute 'getImageData' on 'CanvasRenderingContext2D': The canvas has been tainted by cross-origin data.
damaera commented 7 years ago

@EnoahNetzach is that in sandbox? it's happened because of CORS, you must provide your image on same domain.

lachlanjc commented 6 years ago

Still seeing this 😕