Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 694 Bytes

File metadata and controls

38 lines (24 loc) · 694 Bytes

Svelte App with Cloudinary Background Removal

This repository hosts a Svelte application that uses Cloudinary APIs for background color removal.

Features

  • Built with Svelte for reactive and efficient UI development.
  • Uses Cloudinary APIs to remove background colors from images.

Getting Started

  1. Install the dependencies

    yarn install
    
  2. Run the application in development mode

    yarn dev
    

    Open up localhost:5000 and start clicking around.

Building and Running for Production

  1. Build the application

    yarn build
    
  2. Preview the production build

    yarn preview