const config = {
"sex": "man",
"faceColor": "#F9C9B6",
"earSize": "small",
"eyeStyle": "smile",
"noseStyle": "short",
"mouthStyle": "peace",
"shirtStyle": "hoody",
"glassesStyle": "none",
"hairColor": "#000",
"hairStyle": "thick",
"hatStyle": "none",
"hatColor": "#77311D",
"eyeBrowStyle": "up",
"shirtColor": "#77311D",
"bgColor": "linear-gradient(45deg, #3e1ccd 0%, #ff6871 100%)"
}
const myConfig = genConfig(config)
<NiceAvatar style={{ width: '5rem', height: '5rem' }} {...myConfig} />