Update README.md

This commit is contained in:
Roni Laukkarinen
2026-02-01 16:37:30 +02:00
committed by GitHub
parent 58c6a8c4ef
commit cfbf9690bb
+3 -4
View File
@@ -9,20 +9,19 @@ A web-based speed reading tool using Rapid Serial Visual Presentation (RSVP) wit
## Features ## Features
- 100% offline
- EPUB and TXT file support - EPUB and TXT file support
- Adjustable reading speed (50-1500 WPM) - Adjustable reading speed (50-1500 WPM)
- Progress tracking with position memory per text - Progress tracking with position memory per text
- Dark theme optimized for reading - Dark theme optimized for reading
- Settings persisted to localStorage - Settings persisted to localStorage
<img width="1478" height="1084" alt="localhost_5173_" src="https://github.com/user-attachments/assets/6f7f2599-27ae-4065-b1fe-5d767a65a2fb" />
## Privacy and offline ## Privacy and offline
Everything runs locally in your browser. Your text and files never leave your computer - no servers, no tracking, no analytics. EPUB and TXT files are processed entirely client-side. Settings and reading progress are stored in localStorage. Works offline once loaded. Everything runs locally in your browser. Your text and files never leave your computer - no servers, no tracking, no analytics. EPUB and TXT files are processed entirely client-side. Settings and reading progress are stored in localStorage. Works offline once loaded.
## Screenshot
<img width="1478" height="1084" alt="localhost_5173_" src="https://github.com/user-attachments/assets/6f7f2599-27ae-4065-b1fe-5d767a65a2fb" />
## What is RSVP? ## What is RSVP?
RSVP (Rapid Serial Visual Presentation) is a reading technique that displays text one word at a time at a fixed focal point. This eliminates saccades (eye movements) that normally slow down reading, allowing for significantly faster reading speeds. RSVP (Rapid Serial Visual Presentation) is a reading technique that displays text one word at a time at a fixed focal point. This eliminates saccades (eye movements) that normally slow down reading, allowing for significantly faster reading speeds.