const config = {
"sex": "woman",
"faceColor": "#AC6651",
"earSize": "small",
"eyeStyle": "oval",
"noseStyle": "short",
"mouthStyle": "laugh",
"shirtStyle": "hoody",
"glassesStyle": "none",
"hairColor": "#FC909F",
"hairStyle": "normal",
"hatStyle": "none",
"hatColor": "#D2EFF3",
"eyeBrowStyle": "upWoman",
"shirtColor": "#9287FF",
"bgColor": "#D2EFF3"
}
const myConfig = genConfig(config)
<NiceAvatar style={{ width: '5rem', height: '5rem' }} {...myConfig} />