A really simple web screen recorder.
The project is developed with Vanilla JS and HTML.
I've styled & refactored the WebApp using a custom boilerplate built on Parcel V2.
Here you can find the live deployed version:
✔️ Export type selector (currently MP4/WebM)
✔️ Video preview
✔️ Video download
✔️ Dark/Light mode toggle
✔️ Current OS theme detection
✔️ Ad-free
✔️ Open-Source
❌ Doesn't support Mobile Devices yet.
- Using this button open this project on Gitpod.
- Now run
npm install
in terminal to install the packages . - Run
npm run start
to use development mode . - Run
npm run build
to build - Or you can deploy the static site on netlify or vercel or any other platform.
- Fork this repo
- then in terminal run
git clone https://github.com/devgossips/screenREC
- Open the folder in your desired Code Editor (eg: VS CODE)
- Now run
npm install
in terminal to install the packages . - Make sure you delete
.parcel-cache
&dist
folder 📂 firstly. Then Runnpx parcel src/index.pug
to use in development mode. - Run
npm run build
to build the final project - Or you can deploy the static site on netlify or vercel or any other platform.