diff options
Diffstat (limited to 'src/lib/Tools')
| -rw-r--r-- | src/lib/Tools/Hayai.svelte | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/lib/Tools/Hayai.svelte b/src/lib/Tools/Hayai.svelte index 40577e71..02fc0bea 100644 --- a/src/lib/Tools/Hayai.svelte +++ b/src/lib/Tools/Hayai.svelte @@ -82,6 +82,14 @@ <div class="card"> {@html applyBionicReadingToString('Upload an EPUB, receive a "bionic" EPUB.')} + <br /> + + <small> + {@html applyBionicReadingToString( + "Bionic reading is a method of displaying text that aims to enhance readability and reading speed by guiding the reader's eyes using artificial fixation points." + )} + </small> + <p /> <input type="file" id="epub-file" accept=".epub" on:change={handleFileUpload} /> |