Display your webcam over presentations and apps. Ideal for Zoom and Teams meetings.
Clone down this repository, install dependencies, and get started on your application.
# install dependencies
yarn
# run application in development mode
yarn dev
# compile source code and create webpack output
yarn compile
# `yarn compile` & create executable for distribution
yarn dist
# `yarn compile` & create unpacked build with electron-builder
yarn dist:dir