Based on AlwaysOnTopCamCorder.
This is a simple electron app that always sits on top of other windows, that displays what the webcam sees, and you can move around the screen.
The "Always On Top" feature works even in full screen apps (like a powerpoint presentation). The webcam view is a bit rounded (more like a Loom style) and stylish with a border.
npm install
npm start
You can create a build (executable without npm). Just follow the basic instructions of Electron:
- Import Electron Forge to your app folder:
npx @electron-forge/cli import
- Create a distributable:
npm run make
Electron-forge creates the out folder where your package will be located.