Say goodbye to distracting backgrounds with our free and easy-to-use background remover app. Perfect for product photos and portraits.
- Svelte
- Cloudinary
- Tailwind
- Dropzone
- Two-up-element
Note
This app have a daily limit usage.
To install and run the application locally, follow these steps:
- Clone the repository
- Install dependencies: npm install
- Set enviroment variables
- Start the development server: npm run dev
- Open your browser and navigate to http://localhost:3000
Command | Action |
---|---|
npm install |
Installs dependencies |
npm run dev |
Starts local dev server at localhost:3000 |
npm run build |
Build your production site |
npm run preview |
Preview your build locally, before deploying |
If you would like to contribute to this project, please follow these steps:
- Fork the repository
- Create a new branch: git checkout -b new-feature
- Make your changes and commit them: git commit -m "Add new feature"
- Push to the branch: git push origin new-feature
- Submit a pull request