Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 590 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 590 Bytes

color-blindness-devtool

A web component for simulating color blindness in web application development.

Installation

npm install color-blindness-devtool

Usage

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>