# 👩‍🦽 Sienna: Accessibility Widget for Websites

![Banner Image](banner.png)

[![GitHub license](https://img.shields.io/github/license/bennyluk/Sienna-Accessibility-Widget)](https://github.com/bennyluk/Sienna-Accessibility-Widget/blob/master/LICENSE)
[![GitHub release](https://img.shields.io/github/v/release/bennyluk/Sienna-Accessibility-Widget)](https://github.com/bennyluk/Sienna-Accessibility-Widget/releases)
[![GitHub issues](https://img.shields.io/github/issues/bennyluk/Sienna-Accessibility-Widget)](https://github.com/bennyluk/Sienna-Accessibility-Widget/issues)

Sienna: accessibility widget for websites. easy to install, just copy and paste the plugin. Fast performance with lightweight plugin (~30kb).

## 🎉 Getting Started
[View Demo](https://accessibility-widget.pages.dev)

[Install the plugin quickly with just a copy and paste](https://accessibility-widget.pages.dev/#setup)

```html
<script src="https://website-widgets.pages.dev/dist/sienna.min.js" defer>
<script>
    document.addEventListener("DOMContentLoaded", () => {
        // Call your exported functions here to test
        SiennaAccessibility.load();
    });
</script>
```

## 🚀 Features

✅ **Multilingual Support**: Supports multiple languages to ensure a seamless user experience for all users.

✅ **Dyslexia Font**:  Dyslexia font to make reading easier for dyslexic users.

✅ **Adjustable Font Size and Highlighting Text**: Users can easily adjust the font size and highlight text to their liking, making it easier to read content.

✅ **Color Adjustments, Contrast, Saturation, and Monochrome**: Allows users to customize the color scheme of your website, making it easier for them to read and navigate.

✅ **Reading Guide, Stop Animations, and Big Cursor**: Helpful tools like a reading guide, the ability to stop animations, and a big cursor to make browsing your website easier for users with visual impairments.

## 📌 TODO

- Accessibility Profiles
- Screen Reader
- Voice Navigation
- Position of Button
- Inject Icon in code
- Support More Languages

## 🤝 Contributing
We welcome contributions from anyone who is interested in improving this. If you would like to contribute, please fork the repository and submit a pull request. ❤️

## 🎓 License
Sienna is released under the MIT License