This project is an accessibility plugin that enhances the usability of your website by providing features such as font size adjustment and display mode.
- Font Size Adjustment: Allows users to change the text size on the site.
- Display Mode: Allows choosing between a fixed bottom display or an inline display.
- Text Highlighting: Highlights interactive elements when the user hovers over them.
- Form Guide: Provides guidance messages when users interact with form fields.
Install dependencies:
npm install
npm i accessibility-plugin-xyz
Clone the repository and navigate to the project directory:
git clone https://github.com/BottyIvan/accessibility-plugin-xyz.git
cd accessibility-plugin-xyz
To start the development environment, run:
npm run dev
To create a production build, run:
npm run build
To preview the production build, run:
npm run preview
You can configure the plugin by modifying the vite.config.ts
file and the files in the src
folder.
Contributions are welcome! Feel free to open issues and pull requests.
This project is licensed under the ISC license.