Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 393 Bytes

README.md

File metadata and controls

39 lines (26 loc) · 393 Bytes

Green Screen Creator

Track an object and add a green screen to the background.

Setup

Make sure to install the dependencies:

# npm
npm install

# pnpm
pnpm install

# yarn
yarn install

# bun
bun install

Development Server

Start the development server on http://localhost:3000:

# npm
npm run dev

# pnpm
pnpm run dev

# yarn
yarn dev

# bun
bun run dev