From 9ca00ae9b460f1e0b129c110ebd372cba327c9f8 Mon Sep 17 00:00:00 2001 From: Roni Laukkarinen Date: Sun, 1 Feb 2026 16:36:29 +0200 Subject: [PATCH] Add source code link to info popup, remove variable timing section --- src/App.jsx | 21 ++++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) diff --git a/src/App.jsx b/src/App.jsx index 127b6e8..b97d32d 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -722,13 +722,6 @@ function App() {
  • 14+ characters: 5th letter
  • -

    Variable timing

    -

    - Display time adjusts based on word length and punctuation. - Longer words and sentence endings get more time, mimicking - natural reading rhythm. -

    -

    Research findings

    Studies show RSVP can achieve 500+ WPM, though comprehension may @@ -742,6 +735,20 @@ function App() {

  • Focus on the red letter, let words come to you
  • Take breaks to avoid eye fatigue
  • + +

    Source code

    +

    + This project is open source and available on{" "} + + GitHub + + . +