Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 956 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 956 Bytes

Description

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.

Install and run

npm install

npm start

Build

You can create a build (executable without npm). Just follow the basic instructions of Electron:

  1. Import Electron Forge to your app folder:
npx @electron-forge/cli import
  1. Create a distributable:
npm run make

Electron-forge creates the out folder where your package will be located.