background-eraser

A privacy tool to erase background of any images without send any data to any server, 100% on client side.

GPL-3.0 License

Stars
4
Committers
2

Simple tool to erase background of any images

✨ Additional Features

  • Responsive
  • Light/Dark colors
  • SEO Optimized

🔧 Setup

First of all you need to have already installed on your machine: Node.js and PNPM.

Development

Install Packages

pnpm install

Start Dev Server

pnpm dev

Now go to http://localhost:3000

Production

Add .env file with Umami ID *optional configuration for analytics

UMAMI_WEBSITE_ID=

Install Packages

pnpm install

Build Website

pnpm build

Start Production Server

pnpm start

Now go to http://localhost:3000

Related Projects