imgly / background-removal-js

Remove backgrounds from images directly in the browser environment with ease and no additional costs or privacy concerns. Explore an interactive demo.
https://img.ly/showcases/cesdk/web/background-removal/web
GNU Affero General Public License v3.0
5.87k stars 361 forks source link

CORS error for some images #53

Open jamesopti opened 1 year ago

jamesopti commented 1 year ago

I got this working with URLs from Unsplash, but others I'm having trouble with.

If there are CORS issues on the client, does that mean I need to run this on the server instead?

image

DanielHauschildt commented 1 year ago

Either that or try to proxy the request through a server that removes cors.

You might play around with the fetch options also.