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