Create stunning countdown videos with ease using Video Timer Generator. Set your start and finish time, choose your font and colors, and download your video in seconds. Perfect for social media posts, YouTube videos, and more. Try Video Timer Generator now.
This is a web application that generates a video timer based on user input. The user can select the duration of the timer, the font style and size, and the colors of the background and font.
- Open
index.html
in a web browser. - Set the duration of the timer, font style and size, and background and font colors.
- Click the "Start" button to start the timer.
- Click the "Download" button to download the generated video.
This application uses the following dependencies:
- CCapture.js - for capturing frames of the video.
- Prettier - for code formatting.
To set up the development environment:
- Clone this repository.
- Run
npm install
to install dependencies. - Run
npm start
to start the development server. - Open
http://localhost:8080
in a web browser.
To build the application for production:
- Run
npm run build
. - The built files will be located in the
dist
directory.
This project is licensed under the MIT License. See the LICENSE file for details.