Appearance
bigheads
1. 概述
2. old geezer
JavaScript
import { BigHead } from '@bigheads/core'
const Example = () => (
<BigHead
accessory="shades"
body="chest"
circleColor="blue"
clothing="naked"
clothingColor="white"
eyebrows="serious"
eyes="normal"
faceMask={false}
faceMaskColor="white"
facialHair="mediumBeard"
graphic="none"
hair="balding"
hairColor="white"
hat="none"
hatColor="white"
lashes={false}
lipColor="red"
mask
mouth="grin"
skinTone="light"
/>
)1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26