Skip to content

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

License

Notifications You must be signed in to change notification settings

mateusfg7/background-eraser

Repository files navigation

Background Eraser

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




Next.jsTypescriptTailwind CSS