Skip to content

Latest commit

 

History

History

README.md

React Webcam

This example shows how to use react-webcam to capture snapshots and apply Cloudinary filters on them.

Local Setup

  • Create an environment variable file .env in the root of the project and inside add:
VITE_CLOUDINARY_CLOUD_NAME=...
VITE_CLOUDINARY_API_KEY=...
VITE_CLOUDINARY_UPLOAD_PRESET=...
  • Install the project dependencies with:
npm install
# or
yarn install
  • Start the development server with:
npm run dev
# or
yarn dev