https://github.com/markmead/js-bionic-reading
Helps developers add support for bionic reading to their content 📚
https://github.com/markmead/js-bionic-reading
bionic bionic-reading reading
Last synced: 2 months ago
JSON representation
Helps developers add support for bionic reading to their content 📚
- Host: GitHub
- URL: https://github.com/markmead/js-bionic-reading
- Owner: markmead
- License: mit
- Created: 2023-03-07T16:14:12.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-07T08:14:50.000Z (3 months ago)
- Last Synced: 2025-03-24T20:12:29.651Z (3 months ago)
- Topics: bionic, bionic-reading, reading
- Language: JavaScript
- Homepage:
- Size: 24.4 KB
- Stars: 12
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Bionic Reading
Helps developers add support for [bionic reading](https://bionic-reading.com) to
their content 📚
## Install
### With a CDN
```html
```
### With a Package Manager
```shell
yarn add -D data-bionic-reading
npm install -D data-bionic-reading
``````js
import bionicReading from 'data-bionic-reading'document.addEventListener('DOMContentLoaded', bionicReading())
```## Example
```html
Welcome to my website, it is a great website!
Lorem ipsum dolor sit amet consectetur, adipisicing elit. Perferendis,
dignissimos exercitationem! Ratione natus explicabo, maiores enim
reprehenderit perspiciatis ipsum deserunt?
Lorem ipsum dolor sit amet consectetur adipisicing elit.
Rerum, possimus.
- Lorem ipsum dolor sit amet.
- Lorem ipsum, dolor sit amet consectetur adipisicing elit.
```
## Stats



