0.1.2 • Published 1 year ago

color-blindness-devtool v0.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year 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.2

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago

0.0.3

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.6

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago