This repository hosts a Svelte application that uses Cloudinary APIs for background color removal.
- Built with Svelte for reactive and efficient UI development.
- Uses Cloudinary APIs to remove background colors from images.
-
Install the dependencies
yarn install -
Run the application in development mode
yarn devOpen up localhost:5000 and start clicking around.
-
Build the application
yarn build -
Preview the production build
yarn preview