Skip to content

The-Debarghya/simple-screen-recorder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simple screen recorder

  • A screen recorder made with electron which captures both screen video and microphone audio. This project was mostly inspired from the Youtube video by fireship.io
  • Download and use the app from Releases section, for your respective Operating Systems.

OR

  • Install from Source code after cloning/downloading the zip:
npm install --save-dev
npm start
  • Build for your own system with:
npm run make
  • Then Use the application packed by electron-forge under releases directory.