37 lines
1.0 KiB
Markdown
37 lines
1.0 KiB
Markdown
---
|
||
title: Disco – Avatar Style
|
||
description: >
|
||
Create Disco avatars with the DiceBear avatar library. Generate unique profile
|
||
pictures using our free avatar API or JavaScript avatar library.
|
||
---
|
||
|
||
<script setup lang="ts">
|
||
import StylePreview from "@theme/components/styles/StylePreview.vue";
|
||
import StyleInfo from "@theme/components/styles/StyleInfo.vue";
|
||
import StyleDescription from "@theme/components/styles/StyleDescription.vue";
|
||
import StyleUsage from "@theme/components/styles/StyleUsage.vue";
|
||
import StyleOptions from "@theme/components/styles/StyleOptions.vue";
|
||
</script>
|
||
|
||
# Disco
|
||
|
||
Disco is an abstract vector avatar style built from halftone-like grids of small
|
||
shapes that grow and shrink across a colored background. Generate graphic SVG
|
||
profile icons, useful as avatar placeholders or decorative user identifiers.
|
||
|
||
<StylePreview styleName="disco" />
|
||
|
||
<StyleDescription styleName="disco" />
|
||
|
||
## Usage
|
||
|
||
<StyleUsage styleName="disco" />
|
||
|
||
## Options
|
||
|
||
<StyleOptions styleName="disco" />
|
||
|
||
## Details
|
||
|
||
<StyleInfo styleName="disco" />
|