const config = {
"sex": "man",
"faceColor": "#F9C9B6",
"earSize": "small",
"eyeStyle": "circle",
"noseStyle": "long",
"mouthStyle": "smile",
"shirtStyle": "short",
"glassesStyle": "none",
"hairColor": "#000",
"hairStyle": "normal",
"hatStyle": "none",
"hatColor": "#000",
"eyeBrowStyle": "up",
"shirtColor": "#6BD9E9",
"bgColor": "#F4D150"
}
const myConfig = genConfig(config)
<NiceAvatar style={{ width: '5rem', height: '5rem' }} {...myConfig} />