Electron Screen Recorder is a lightweight and user-friendly application built using Electron and JavaScript. This application allows users to easily capture their screens, making it perfect for creating tutorials, demonstrations, or capturing important moments during presentations.
-
Simple and Intuitive Interface: The application boasts a clean and easy-to-use interface, ensuring users can start recording their screens with minimal effort.
-
Customizable Settings: Tailor your recording experience with customizable settings such as frame rate, audio source selection, and capture area adjustments.
-
Cross-Platform Compatibility: Electron Screen Recorder works seamlessly on Windows, macOS, and Linux operating systems, providing a consistent experience across platforms.
-
Save in Multiple Formats: Choose your preferred file format for saving recordings. The application supports popular formats like MP4, GIF, and more.
-
Easy Sharing: Share your recordings effortlessly via integrated sharing options. Whether it's through email, social media, or cloud storage, Electron Screen Recorder has you covered.
-
Clone the repository:
git clone https://github.com/shreyvarshney1/screen-recorder.git
-
Navigate to the project directory:
cd screen-recorder
-
Install dependencies:
npm install
-
Start the application:
npm start
-
Open the Electron Screen Recorder application.
-
Adjust the settings according to your preferences.
-
Click the "Start Recording" button to begin capturing your screen.
-
When finished, click the "Stop Recording" button.
-
Save or share your recording as needed.
If you wish to contribute or make modifications to the Electron Screen Recorder, follow these steps:
-
Fork the repository.
-
Create a new branch:
git checkout -b feature/your-feature-name
-
Make your changes and commit them:
git commit -m "Add your feature description"
-
Push to the branch:
git push origin feature/your-feature-name
-
Create a pull request.
This project is licensed under the MIT License. Feel free to use, modify, and distribute this application according to the terms of the license.
- Thanks to the Electron and JavaScript communities for providing the tools and resources necessary for developing this screen recorder application.
Feel free to reach out with any questions or feedback. Happy recording!