Author: | Jerit-Baiju |
---|---|
Views Total: | 0 views |
Official Page: | Go to website |
Last Update: | February 19, 2025 |
License: | MIT |
Preview:

Description:
The a11y-widget is a lightweight accessibility tool built with vanilla JavaScript and CSS.
It adds a floating button that opens a panel of essential accessibility features for your users.
All Accessibility Options Included:
- Increase Text
- Decrease Text
- Line Height
- Letter Spacing
- Dyslexic Font
- Invert Colors
- High Contrast
- Increase Saturation
- Decrease Saturation
- Read Screen
- Summarize Web Content
- Image Alt Checker
- Highlight Links
- Big Cursor
- Toggle Images
How to use it:
1. Include the main script ‘script.js’ on your webpage and the library will take care of the rest.
<script src="/script.js"></script>
2. Once included, a floating toggle button appears on your webpage. Users simply click this button to open the accessibility options panel and customize their browsing experience.
Changelog:
02/19/2025
- chore: remove unused variables and clean up code for better readability