How to set none facialHair for Personas style #218
-
Hi, I was trying to make some female avatars, but unfortunately, I am not able to set faicialHair to Any idea how to set it up? I am using HTTP API. Thanks |
Beta Was this translation helpful? Give feedback.
Answered by
FlorianKoerner
May 22, 2022
Replies: 1 comment 1 reply
-
Hi @marekmez You can pass an empty array to the API as follows: This way the API will not have any hair styles to choose from and the hair will not be present. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
FlorianKoerner
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @marekmez
You can pass an empty array to the API as follows:
https://avatars.dicebear.com/api/personas/your-custom-seed.svg?hair[]
This way the API will not have any hair styles to choose from and the hair will not be present.