const config = {
"sex": "woman",
"faceColor": "#F9C9B6",
"earSize": "big",
"eyeStyle": "circle",
"noseStyle": "short",
"mouthStyle": "peace",
"shirtStyle": "short",
"glassesStyle": "none",
"hairColor": "#fff",
"hairStyle": "womanShort",
"hatStyle": "none",
"hatColor": "#000",
"eyeBrowStyle": "upWoman",
"shirtColor": "#6BD9E9",
"bgColor": "#F48150"
}
const myConfig = genConfig(config)
<NiceAvatar style={{ width: '5rem', height: '5rem' }} {...myConfig} />