Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/neoki07/color-blindness-devtool

Accessibility tool for simulating color blindness in web application development
https://github.com/neoki07/color-blindness-devtool

accessibility color-blindness lit react typescript web web-components

Last synced: 30 days ago
JSON representation

Accessibility tool for simulating color blindness in web application development

Awesome Lists containing this project

README

        

Color Blindness DevTool


license
ci


Accessibility tool for simulating color blindness in web application development.

## Features

- You can simulate color blindness while developing web applications.
- Developed as a web component, so it can be used in various web frameworks.

## Packages

- [color-blindness-devtool](./packages/wc/README.md) - A web component version.
- [@color-blindness-devtool/react](./packages/react/README.md) - A React component version.
- [@color-blindness-devtool/standalone](./packages/standalone/README.md) - The standalone version.

## Related Projects

This project is heavily inspired by following projects:

- [Colorblindly](https://github.com/oftheheadland/Colorblindly)