29 lines
795 B
Markdown
29 lines
795 B
Markdown
# 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.
|