Files
2026-07-13 12:25:08 +08:00

463 B
Raw Permalink Blame History

layout, title, description, aside, editLink
layout title description aside editLink
doc WCAG Contrast Picker Tools Interactive WCAG 2.1 contrast picker built on the @dicebear/core algorithm. Pick a color and see which of two contrast colors DiceBear would choose, visualized as an iso-contrast boundary on the canvas. false false
<script setup lang="ts"> import ContrastTool from "@theme/components/tools/ContrastTool.vue"; </script>