This example shows how to use react-webcam to capture snapshots and apply Cloudinary filters on them.
- Create an environment variable file
.envin 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- Visit the project at http://localhost:3000!