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

Is there any browser kernel limit? #61

Open ONLY-yours opened 1 year ago

ONLY-yours commented 1 year ago

Is there any browser kernel limit? such as chrome > 87 I want to know the compatibility of various browsers

DanielHauschildt commented 1 year ago

I have not tested it. It should work in all browser with WASM support. However, if you want better performance you need wasm-simd support and also SharedArrayBuffers.

https://caniuse.com/?search=wasm https://caniuse.com/?search=SharedArrayBuffer

However, generally speaking, when onnx-runtime is working the library should be working.