Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 546 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 546 Bytes

floating-webcam

Display your webcam over presentations and apps. Ideal for Zoom and Teams meetings.

Getting Started

Clone down this repository, install dependencies, and get started on your application.

# install dependencies
yarn

Development Scripts

# 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