17 lines
450 B
Markdown
17 lines
450 B
Markdown
---
|
|
layout: page
|
|
title: DiceBear | Open Source Avatar Library & API
|
|
titleTemplate: false
|
|
description: >
|
|
DiceBear is a free, open source avatar library and avatar API with 35+ styles.
|
|
Create deterministic SVG profile pictures and placeholder avatars for user
|
|
profiles, apps, and any project. Privacy-focused and self-hostable.
|
|
aside: false
|
|
---
|
|
|
|
<script setup>
|
|
import PageHome from '@theme/components/pages/PageHome.vue';
|
|
</script>
|
|
|
|
<PageHome />
|