Initial commit
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
# Teleprompter App
|
||||
|
||||
A minimalistic, premium-design teleprompter application built with Electron.
|
||||
|
||||
## Features
|
||||
|
||||
- **Open Markdown Files**: Support for `.md`, `.txt` files.
|
||||
- **Adjustable Scrolling**: Control scroll speed with precision.
|
||||
- **Resizable Text**: Adjust font size for readability.
|
||||
- **Keyboard Shortcuts**: Press `Space` to Start/Stop scrolling.
|
||||
- **Mirrored Mode**: (Coming soon/CSS ready) - Useful for actual teleprompter glass hardware.
|
||||
|
||||
## How to Run
|
||||
|
||||
1. Install dependencies:
|
||||
```bash
|
||||
npm install
|
||||
```
|
||||
2. Start the application:
|
||||
```bash
|
||||
npm start
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
||||
1. Click the **Folder Icon** or **Select File** button to open a script.
|
||||
2. Adjust **Size** and **Speed** using the sliders.
|
||||
3. Click the **Play** button or press **Space** to start reading.
|
||||
Reference in New Issue
Block a user