const config = {
  "sex": "man",
  "faceColor": "#F9C9B6",
  "earSize": "big",
  "eyeStyle": "circle",
  "noseStyle": "long",
  "mouthStyle": "smile",
  "shirtStyle": "hoody",
  "glassesStyle": "none",
  "hairColor": "#000",
  "hairStyle": "thick",
  "hatStyle": "none",
  "hatColor": "#77311D",
  "eyeBrowStyle": "up",
  "shirtColor": "#FC909F",
  "bgColor": "#FFEBA4"
}
const myConfig = genConfig(config)
<NiceAvatar style={{ width: '5rem', height: '5rem' }} {...myConfig} />