diff options
| author | Fuwn <[email protected]> | 2024-03-18 05:23:08 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-03-18 05:23:08 -0700 |
| commit | badb58a5bc06bc35a71268e047411edaddb05d36 (patch) | |
| tree | d512caf5e2d7bc13ad31893b05108b23b59e6cd0 /src/lib/Tools | |
| parent | feat(hayai): better algorithm (diff) | |
| download | due.moe-badb58a5bc06bc35a71268e047411edaddb05d36.tar.xz due.moe-badb58a5bc06bc35a71268e047411edaddb05d36.zip | |
feat(hayai): add short description
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} /> |