A web component for simulating color blindness in web application development
npm install color-blindness-devtoolA web component for simulating color blindness in web application development.
``bash`
npm install color-blindness-devtool
Import the package and wrap your HTML contents with the tag.
`javascript`
import 'color-blindness-devtool'
`html`
You can disable the devtool by setting the disabled attribute.
`html``