Files
dicebear--dicebear/apps/docs/pages/tools/index.md
T
2026-07-13 12:25:08 +08:00

1.1 KiB
Raw Blame History

layout, title, description, aside, sidebar
layout title description aside sidebar
page Tools Utilities for working with DiceBear avatars Interactive utilities that help you understand how DiceBear handles colors, contrast, and avatar generation, built with the same algorithms used by the library itself. false false
<script setup lang="ts"> import ToolList from "@theme/components/tools/ToolList.vue"; import { UiContainer, UiHeadline, UiDescription } from "@theme/components/ui"; </script>
Tools Overview Small, focused utilities for working with DiceBear avatars. Each tool uses the same algorithms as the @dicebear/core library, so what you see here matches what your generated avatars do.
<style> .tools-page .tools-hero { text-align: center; padding: 80px 0 48px; } .tools-page code { background: var(--vp-c-bg-soft); padding: 2px 6px; border-radius: var(--vp-radius-xs); font-size: 0.9em; } </style>