const config = {
"sex": "woman",
"faceColor": "#F9C9B6",
"earSize": "small",
"eyeStyle": "smile",
"noseStyle": "long",
"mouthStyle": "peace",
"shirtStyle": "hoody",
"glassesStyle": "none",
"hairColor": "#D2EFF3",
"hairStyle": "womanShort",
"hatStyle": "none",
"hatColor": "#fff",
"eyeBrowStyle": "up",
"shirtColor": "#77311D",
"bgColor": "#FFEBA4"
}
const myConfig = genConfig(config)
<NiceAvatar style={{ width: '5rem', height: '5rem' }} {...myConfig} />