color-blindness-devtool
v0.1.2
Published
A web component for simulating color blindness in web application development
Downloads
28
Maintainers
Readme
color-blindness-devtool
A web component for simulating color blindness in web application development.
Installation
npm install color-blindness-devtoolUsage
Import the package and wrap your HTML contents with the <color-blindness-devtool> tag.
import 'color-blindness-devtool'<color-blindness-devtool>
<!-- Your HTML contents here -->
</color-blindness-devtool>Disable the DevTool
You can disable the devtool by setting the disabled attribute.
<color-blindness-devtool disabled></color-blindness-devtool>