Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/neoki07/color-blindness-devtool
- Owner: neoki07
- License: mit
- Created: 2024-03-09T08:42:53.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-06-25T04:06:14.000Z (5 months ago)
- Last Synced: 2024-10-01T02:41:35.691Z (about 1 month ago)
- Topics: accessibility, color-blindness, lit, react, typescript, web, web-components
- Language: TypeScript
- Homepage:
- Size: 143 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
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)