A simple app for demonstrating the use of p5.js to utilise its AR and DOM functionalities via a video. The app also allows to take a picture as the client and save it with the AR filters.
Executing:
- Clone the project repository onto your computer.
- Open up the folder in a Code Editor like VSCode.
- run
npm install
- then
npm run dev
- Open a browser and head on to "http://localhost:5000"