0.1.1 • Published 22 hours ago

color-blindness-devtool v0.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
22 hours ago

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>
0.1.1

22 hours ago

0.1.0

1 month ago

0.0.3

1 month ago

0.0.5

1 month ago

0.0.4

1 month ago

0.0.6

1 month ago

0.0.2

1 month ago

0.0.1

1 month ago