-
Notifications
You must be signed in to change notification settings - Fork 361
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to use background-removal in Electron? #96
Comments
@maxoyed were you able to get the library working in electron ? I get sharp error
|
When did you encounter this error? install or import sharp? |
when I import the library |
try require it where you use sharp, do not import it at the beginning of the file |
tried it same issue. I forked the library and I'm currently replacing the sharp with jimp. if its in the interest of this library let me know and I will make a pr with the change |
@DanielHauschildt I replaced sharp with jimp in the node library to get it working in electron. its fully working with the same performance. please let me know if you want a pr with the changes. |
Does any one already implement this case? I'd appreciate that if someone would like to share about that!
The text was updated successfully, but these errors were encountered: