We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It would be amazing to be able to simulate color blindness while working on data visualizations.
I came across one solution that does a conversion to black and white filter: grayscale(100%);
grayscale(100%);
I also came across what looks like a more thought out simulation of various types of colorblindness, implemented as SVG filters. https://github.com/hail2u/color-blindness-emulation/blob/master/filters.svg?short_path=5708e81
Should be possible to apply those filters to an iframe via css right?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
It would be amazing to be able to simulate color blindness while working on data visualizations.
I came across one solution that does a conversion to black and white filter:
grayscale(100%);
I also came across what looks like a more thought out simulation of various types of colorblindness, implemented as SVG filters. https://github.com/hail2u/color-blindness-emulation/blob/master/filters.svg?short_path=5708e81
Should be possible to apply those filters to an iframe via css right?
The text was updated successfully, but these errors were encountered: