Skip to content

TrshDesigns/bionic-reading-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

bionic-reading-js

A lightweight, no-dependency JavaScript library that enhances text readability on websites using Bionic Reading-inspired typography. This script dynamically bolds portions of words based on length and linguistic importance, guiding the reader’s eye for faster comprehension. Ideal for accessibility-focused projects, it’s easy to integrate into any webpage and optimized for CDN delivery.

Features

  • Dynamically bolds text in <p> elements based on word length and importance.
  • Prioritizes content words (e.g., nouns, verbs) over function words (e.g., "the", "and").
  • No external dependencies, pure vanilla JavaScript.
  • Minified version available for fast loading.

Installation

Via CDN (jsDelivr)

<script src="https://cdn.jsdelivr.net/gh/TrshDesigns/bionic-reading-js/bionic-reading-v3.min.js"></script>

About

A lightweight, no-dependency JavaScript library that enhances text readability on websites using Bionic Reading-inspired typography.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors