mateusfg7 / background-eraser

A privacy tool to erase background of any images without send any data to any server, 100% on client side.
https://bg-eraser.mateusf.com/
GNU General Public License v3.0
4 stars 1 forks source link

create virtual host and run this project #24

Open amitdevteams opened 12 months ago

amitdevteams commented 12 months ago

when i run npm run dev then its working successfully but i want to create virtual host and run on a server give me idea as well

mateusfg7 commented 9 months ago

Are you talking about erase background on server-side instead of on the client (user browser)? If yes, this can be achieved using background-removal-node lib, I created an issue for this (#27).