Web component for adding/removing contrast and increasing/decreasing font size, enhancing the user experience for everyone.
https://tiagoporto.github.io/accessibility-buttons/
npm install accessibility-buttons --save// js
import 'accessibility-buttons/ContrastButton'
import 'accessibility-buttons/FontSizeButton'<!-- html -->
<a11y-contrast-button></a11y-contrast-button>
<a11y-font-size-button></a11y-font-size-button>nvm installcorepack enablepnpm installpnpm devThis project was developed in my free time. Any donations are greatly appreciated.
Accessibility Buttons Β© 2015 by Tiago Porto is licensed under MIT License.