Skip to content

List of Style Options #204

Closed Answered by FlorianKoerner
mauricioluz asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @mauricioluz

Each avatar style also includes a JSONSchema that we use ourselves to evaluate the available options.

import { schema as coreSchema } from '@dicebear/avatars';
import { schema as styleSchema } from '@dicebear/adventurer';

console.log(coreSchema, styleSchema);

We use this information in the CLI, for example:

dicebear create <avatar-style> --help

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by FlorianKoerner
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #203 on March 24, 2022 23:11.