Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 399 Bytes

File metadata and controls

16 lines (12 loc) · 399 Bytes

@color-blindness-devtool/standalone

The standalone version of the devtool.

For example, you can use this package when you want to use the devtool directly via CDN.

<script
  type="module"
  src="https://cdn.jsdelivr.net/npm/@color-blindness-devtool/standalone@latest/dist/index.js"
></script>

<color-blindness-devtool>
  <!-- Your HTML contents here -->
</color-blindness-devtool>