https://github.com/mateusfg7/background-eraser
A privacy tool to erase background of any images without send any data to any server, 100% on client side.
https://github.com/mateusfg7/background-eraser
background-eraser background-remover client-side image-processing lucide-icons nextjs privacy tool
Last synced: about 1 year ago
JSON representation
A privacy tool to erase background of any images without send any data to any server, 100% on client side.
- Host: GitHub
- URL: https://github.com/mateusfg7/background-eraser
- Owner: mateusfg7
- License: gpl-3.0
- Created: 2023-07-24T13:23:06.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-04-04T21:57:16.000Z (about 1 year ago)
- Last Synced: 2025-04-04T22:31:15.995Z (about 1 year ago)
- Topics: background-eraser, background-remover, client-side, image-processing, lucide-icons, nextjs, privacy, tool
- Language: TypeScript
- Homepage: https://bg-eraser.mateusf.com/
- Size: 1.91 MB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 15
-
Metadata Files:
- Readme: docs/README.md
- License: LICENSE
Awesome Lists containing this project
README
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](https://nodejs.org) and [PNPM](https://pnpm.io).
### Development
**Install Packages**
```console
pnpm install
```
**Start Dev Server**
```console
pnpm dev
```
_Now go to http://localhost:3000_
### Production
**Add `.env` file with [Umami ID](https://umami.is/)** *_optional configuration for analytics_
```dotenv
UMAMI_WEBSITE_ID=
```
**Install Packages**
```console
pnpm install
```
**Build Website**
```console
pnpm build
```
**Start Production Server**
```console
pnpm start
```
_Now go to http://localhost:3000_
