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>