Last active
March 27, 2022 13:53
-
-
Save TomerFi/a7c5b1b0e973c9ad4f50e19a4e34de1f to your computer and use it in GitHub Desktop.
create-my-dicebear-avataaars-cmd
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# https://avatars.dicebear.com/ | |
# https://avatars.dicebear.com/styles/avataaars | |
dicebear create avataaars --format "png" --style "transparent" \ | |
--top "shortFlat" --hairColor "blonde" --topChance 100 \ | |
--accessoriesChance 0 \ | |
--facialHair "beardMedium" --facialHairColor "blonde" --facialHairChance 100 \ | |
--clothes "hoodie" --clothesColor "heather" \ | |
--eyes "squint" --eyebrow "defaultNatural" \ | |
--mouth "serious" --skin "pale" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment