Have fun taking photos!
This little project was built with curiosity while exploring WebRTC, Angular and HTML Canvas.
npm install
ng serve
The Makefile provides targets to build and run a dockerized version of the app.
make build # build local imagemake run # run detached containermake stop # stop and remove container*SSL notes
In order to use WebRTC API features on certain devices (iOS) you must use a secure HTTPS connection.
Check the readme in the ssl directory for more info.
... life's short, have fun. 😁