mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +02:00
37 lines
400 B
JSON
37 lines
400 B
JSON
{
|
|
"eyeColors": [
|
|
"blue",
|
|
"brown",
|
|
"hazel",
|
|
"green",
|
|
"yellow"
|
|
],
|
|
"hairColors": [
|
|
"blonde",
|
|
"brown",
|
|
"red",
|
|
"black",
|
|
"grey",
|
|
"white",
|
|
"blue"
|
|
],
|
|
"hairStyles": [
|
|
"curly",
|
|
"straight",
|
|
"wavy",
|
|
"long",
|
|
"shoulder-length",
|
|
"short",
|
|
"balding"
|
|
],
|
|
"extras": [
|
|
"freckles",
|
|
"glasses",
|
|
"dimples",
|
|
"contacts",
|
|
"loads of acne",
|
|
"pretty smile",
|
|
"braces"
|
|
]
|
|
}
|