const config = {
"sex": "woman",
"faceColor": "#AC6651",
"earSize": "small",
"eyeStyle": "circle",
"noseStyle": "long",
"mouthStyle": "laugh",
"shirtStyle": "short",
"glassesStyle": "none",
"hairColor": "#fff",
"hairStyle": "womanLong",
"hatStyle": "none",
"hatColor": "#506AF4",
"eyeBrowStyle": "up",
"shirtColor": "#9287FF",
"bgColor": "#74D153"
}
const myConfig = genConfig(config)
<NiceAvatar style={{ width: '5rem', height: '5rem' }} {...myConfig} />