The standalone version of the Color Blindness DevTool
npm install @color-blindness-devtool/standaloneThe standalone version of the devtool.
For example, you can use this package when you want to use the devtool directly via CDN.
``html
type="module"
src="https://cdn.jsdelivr.net/npm/@color-blindness-devtool/standalone@latest/dist/index.js"
>
``