@dicebear/definitions 10.0.0-beta.3 → 10.0.0-beta.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE.md +153 -139
- package/README.md +28 -7
- package/package.json +8 -3
- package/src/adventurer-neutral.json +4 -4
- package/src/adventurer.json +8 -8
- package/src/avataaars-neutral.json +4 -4
- package/src/avataaars.json +11 -11
- package/src/big-ears-neutral.json +4 -4
- package/src/big-ears.json +9 -9
- package/src/big-smile.json +5 -5
- package/src/bottts-neutral.json +2 -2
- package/src/bottts.json +6 -6
- package/src/croodles-neutral.json +3 -3
- package/src/croodles.json +7 -7
- package/src/dylan.json +185 -0
- package/src/fun-emoji.json +2 -2
- package/src/glass.json +200 -0
- package/src/icons.json +1 -1
- package/src/identicon.json +5 -5
- package/src/lorelei-neutral.json +6 -6
- package/src/lorelei.json +11 -11
- package/src/micah.json +11 -11
- package/src/miniavs.json +8 -8
- package/src/notionists-neutral.json +5 -5
- package/src/notionists.json +11 -11
- package/src/open-peeps.json +5 -5
- package/src/personas.json +6 -6
- package/src/pixel-art-neutral.json +3 -3
- package/src/pixel-art.json +8 -8
- package/src/rings.json +6 -6
- package/src/shapes.json +3 -3
- package/src/thumbs.json +4 -4
- package/types/index.d.ts +426 -0
package/LICENSE.md
CHANGED
|
@@ -1,228 +1,242 @@
|
|
|
1
1
|
# License
|
|
2
2
|
|
|
3
|
-
The avatar styles are
|
|
4
|
-
|
|
3
|
+
The avatar styles are subject to different licences. You can find the licence in
|
|
4
|
+
the following list or in the individual files.
|
|
5
5
|
|
|
6
6
|
## Adventurer
|
|
7
7
|
|
|
8
|
-
|
|
|
9
|
-
|
|
|
10
|
-
|
|
|
11
|
-
|
|
|
12
|
-
|
|
|
8
|
+
| File | [src/adventurer.json](./src/adventurer.json) |
|
|
9
|
+
| ------: | :--------------------------------------------------------------------- |
|
|
10
|
+
| Artist | [Lisa Wischofsky](https://www.instagram.com/lischi_art/) |
|
|
11
|
+
| License | [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/) |
|
|
12
|
+
| Source | [Adventurer](https://www.figma.com/community/file/1184595184137881796) |
|
|
13
13
|
|
|
14
14
|
## Adventurer Neutral
|
|
15
15
|
|
|
16
|
-
|
|
|
17
|
-
|
|
|
18
|
-
|
|
|
19
|
-
|
|
|
20
|
-
|
|
|
16
|
+
| File | [src/adventurer-neutral.json](./src/adventurer-neutral.json) |
|
|
17
|
+
| ------: | :----------------------------------------------------------------------------- |
|
|
18
|
+
| Artist | [Lisa Wischofsky](https://www.instagram.com/lischi_art/) |
|
|
19
|
+
| License | [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/) |
|
|
20
|
+
| Source | [Adventurer Neutral](https://www.figma.com/community/file/1184595184137881796) |
|
|
21
21
|
|
|
22
22
|
## Avataaars
|
|
23
23
|
|
|
24
|
-
|
|
|
25
|
-
|
|
|
26
|
-
|
|
|
27
|
-
|
|
|
28
|
-
|
|
|
24
|
+
| File | [src/avataaars.json](./src/avataaars.json) |
|
|
25
|
+
| ------: | :------------------------------------------------------------- |
|
|
26
|
+
| Artist | [Pablo Stanley](https://twitter.com/pablostanley) |
|
|
27
|
+
| License | [Free for personal and commercial use](https://avataaars.com/) |
|
|
28
|
+
| Source | [Avataaars](https://avataaars.com/) |
|
|
29
29
|
|
|
30
30
|
## Avataaars Neutral
|
|
31
31
|
|
|
32
|
-
|
|
|
33
|
-
|
|
|
34
|
-
|
|
|
35
|
-
|
|
|
36
|
-
|
|
|
32
|
+
| File | [src/avataaars-neutral.json](./src/avataaars-neutral.json) |
|
|
33
|
+
| ------: | :-------------------------------------------------------------- |
|
|
34
|
+
| Artist | [Pablo Stanley](https://twitter.com/pablostanley) |
|
|
35
|
+
| License | [Free for personal and commercial use.](https://avataaars.com/) |
|
|
36
|
+
| Source | [Avataaars](https://avataaars.com/) |
|
|
37
37
|
|
|
38
38
|
## Big Ears
|
|
39
39
|
|
|
40
|
-
|
|
|
41
|
-
|
|
|
42
|
-
|
|
|
43
|
-
|
|
|
44
|
-
|
|
|
40
|
+
| File | [src/big-ears.json](./src/big-ears.json) |
|
|
41
|
+
| ------: | :------------------------------------------------------------------------ |
|
|
42
|
+
| Artist | [The Visual Team](https://thevisual.team/) |
|
|
43
|
+
| License | [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/) |
|
|
44
|
+
| Source | [Face Generator](https://www.figma.com/community/file/986078800058673824) |
|
|
45
45
|
|
|
46
46
|
## Big Ears Neutral
|
|
47
47
|
|
|
48
|
-
|
|
|
49
|
-
|
|
|
50
|
-
|
|
|
51
|
-
|
|
|
52
|
-
|
|
|
48
|
+
| File | [src/big-ears-neutral.json](./src/big-ears-neutral.json) |
|
|
49
|
+
| ------: | :------------------------------------------------------------------------ |
|
|
50
|
+
| Artist | [The Visual Team](https://thevisual.team/) |
|
|
51
|
+
| License | [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/) |
|
|
52
|
+
| Source | [Face Generator](https://www.figma.com/community/file/986078800058673824) |
|
|
53
53
|
|
|
54
54
|
## Big Smile
|
|
55
55
|
|
|
56
|
-
|
|
|
57
|
-
|
|
|
58
|
-
|
|
|
59
|
-
|
|
|
60
|
-
|
|
|
56
|
+
| File | [src/big-smile.json](./src/big-smile.json) |
|
|
57
|
+
| ------: | :----------------------------------------------------------------------- |
|
|
58
|
+
| Artist | [Ashley Seo](http://www.ashleyseo.com/) |
|
|
59
|
+
| License | [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/) |
|
|
60
|
+
| Source | [Custom Avatar](https://www.figma.com/community/file/881358461963645496) |
|
|
61
61
|
|
|
62
62
|
## Bottts
|
|
63
63
|
|
|
64
|
-
|
|
|
65
|
-
|
|
|
66
|
-
|
|
|
67
|
-
|
|
|
68
|
-
|
|
|
64
|
+
| File | [src/bottts.json](./src/bottts.json) |
|
|
65
|
+
| ------: | :---------------------------------------------------------- |
|
|
66
|
+
| Artist | [Pablo Stanley](https://twitter.com/pablostanley) |
|
|
67
|
+
| License | [Free for personal and commercial use](https://bottts.com/) |
|
|
68
|
+
| Source | [Bottts](https://bottts.com/) |
|
|
69
69
|
|
|
70
70
|
## Bottts Neutral
|
|
71
71
|
|
|
72
|
-
|
|
|
73
|
-
|
|
|
74
|
-
|
|
|
75
|
-
|
|
|
76
|
-
|
|
|
72
|
+
| File | [src/bottts-neutral.json](./src/bottts-neutral.json) |
|
|
73
|
+
| ------: | :---------------------------------------------------------- |
|
|
74
|
+
| Artist | [Pablo Stanley](https://twitter.com/pablostanley) |
|
|
75
|
+
| License | [Free for personal and commercial use](https://bottts.com/) |
|
|
76
|
+
| Source | [Bottts](https://bottts.com/) |
|
|
77
77
|
|
|
78
78
|
## Croodles
|
|
79
79
|
|
|
80
|
-
|
|
|
81
|
-
|
|
|
82
|
-
|
|
|
83
|
-
|
|
|
84
|
-
|
|
|
80
|
+
| File | [src/croodles.json](./src/croodles.json) |
|
|
81
|
+
| ------: | :------------------------------------------------------------------------------------- |
|
|
82
|
+
| Artist | [vijay verma](https://vjy.me/) |
|
|
83
|
+
| License | [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/) |
|
|
84
|
+
| Source | [Croodles - Doodle your face](https://www.figma.com/community/file/966199982810283152) |
|
|
85
85
|
|
|
86
86
|
## Croodles Neutral
|
|
87
87
|
|
|
88
|
-
|
|
|
89
|
-
|
|
|
90
|
-
|
|
|
91
|
-
|
|
|
92
|
-
|
|
|
88
|
+
| File | [src/croodles-neutral.json](./src/croodles-neutral.json) |
|
|
89
|
+
| ------: | :------------------------------------------------------------------------------------- |
|
|
90
|
+
| Artist | [vijay verma](https://vjy.me/) |
|
|
91
|
+
| License | [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/) |
|
|
92
|
+
| Source | [Croodles - Doodle your face](https://www.figma.com/community/file/966199982810283152) |
|
|
93
|
+
|
|
94
|
+
## Dylan
|
|
95
|
+
|
|
96
|
+
| File | [src/dylan.json](./src/dylan.json) |
|
|
97
|
+
| ------: | :-------------------------------------------------------------------------------------- |
|
|
98
|
+
| Artist | [Natalia Spivak](https://nataspvk.tilda.ws/) |
|
|
99
|
+
| License | [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/) |
|
|
100
|
+
| Source | [Dylan! The Avatar Generator](https://www.figma.com/community/file/1356575240759683500) |
|
|
93
101
|
|
|
94
102
|
## Fun Emoji
|
|
95
103
|
|
|
96
|
-
|
|
|
97
|
-
|
|
|
98
|
-
|
|
|
99
|
-
|
|
|
100
|
-
|
|
|
104
|
+
| File | [src/fun-emoji.json](./src/fun-emoji.json) |
|
|
105
|
+
| ------: | :----------------------------------------------------------------------- |
|
|
106
|
+
| Artist | [Davis Uche](https://www.instagram.com/davedirect3/) |
|
|
107
|
+
| License | [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/) |
|
|
108
|
+
| Source | [Fun Emoji Set](https://www.figma.com/community/file/968125295144990435) |
|
|
109
|
+
|
|
110
|
+
## Glass
|
|
111
|
+
|
|
112
|
+
| File | [src/glass.json](./src/glass.json) |
|
|
113
|
+
| ------: | :------------------------------------------------------------ |
|
|
114
|
+
| Artist | [DiceBear](https://www.dicebear.com) |
|
|
115
|
+
| License | [CC0 1.0](https://creativecommons.org/publicdomain/zero/1.0/) |
|
|
116
|
+
| Source | [Glass](https://www.dicebear.com) |
|
|
101
117
|
|
|
102
118
|
## Icons
|
|
103
119
|
|
|
104
|
-
|
|
|
105
|
-
|
|
|
106
|
-
|
|
|
107
|
-
|
|
|
108
|
-
|
|
|
120
|
+
| File | [src/icons.json](./src/icons.json) |
|
|
121
|
+
| ------: | :----------------------------------------------------- |
|
|
122
|
+
| Artist | [The Bootstrap Authors](https://getbootstrap.com/) |
|
|
123
|
+
| License | [MIT](https://github.com/twbs/icons/blob/main/LICENSE) |
|
|
124
|
+
| Source | [Bootstrap Icons](https://github.com/twbs/icons) |
|
|
109
125
|
|
|
110
126
|
## Identicon
|
|
111
127
|
|
|
112
|
-
|
|
|
113
|
-
|
|
|
114
|
-
|
|
|
115
|
-
|
|
|
116
|
-
|
|
|
128
|
+
| File | [src/identicon.json](./src/identicon.json) |
|
|
129
|
+
| ------: | :------------------------------------------------------------ |
|
|
130
|
+
| Artist | [Florian Körner](https://dicebear.com) |
|
|
131
|
+
| License | [CC0 1.0](https://creativecommons.org/publicdomain/zero/1.0/) |
|
|
132
|
+
| Source | [Identicon](https://dicebear.com) |
|
|
117
133
|
|
|
118
134
|
## Initials
|
|
119
135
|
|
|
120
136
|
| File | [src/initials.json](./src/initials.json) |
|
|
121
137
|
| ------: | :------------------------------------------------------------ |
|
|
122
|
-
| | |
|
|
123
138
|
| License | [CC0 1.0](https://creativecommons.org/publicdomain/zero/1.0/) |
|
|
124
|
-
| | |
|
|
125
139
|
|
|
126
140
|
## Lorelei
|
|
127
141
|
|
|
128
|
-
|
|
|
129
|
-
|
|
|
130
|
-
|
|
|
131
|
-
|
|
|
132
|
-
|
|
|
142
|
+
| File | [src/lorelei.json](./src/lorelei.json) |
|
|
143
|
+
| ------: | :------------------------------------------------------------------ |
|
|
144
|
+
| Artist | [Lisa Wischofsky](https://www.instagram.com/lischi_art/) |
|
|
145
|
+
| License | [CC0 1.0](https://creativecommons.org/publicdomain/zero/1.0/) |
|
|
146
|
+
| Source | [Lorelei](https://www.figma.com/community/file/1198749693280469639) |
|
|
133
147
|
|
|
134
148
|
## Lorelei Neutral
|
|
135
149
|
|
|
136
|
-
|
|
|
137
|
-
|
|
|
138
|
-
|
|
|
139
|
-
|
|
|
140
|
-
|
|
|
150
|
+
| File | [src/lorelei-neutral.json](./src/lorelei-neutral.json) |
|
|
151
|
+
| ------: | :-------------------------------------------------------------------------- |
|
|
152
|
+
| Artist | [Lisa Wischofsky](https://www.instagram.com/lischi_art/) |
|
|
153
|
+
| License | [CC0 1.0](https://creativecommons.org/publicdomain/zero/1.0/) |
|
|
154
|
+
| Source | [Lorelei Neutral](https://www.figma.com/community/file/1198749693280469639) |
|
|
141
155
|
|
|
142
156
|
## Micah
|
|
143
157
|
|
|
144
|
-
|
|
|
145
|
-
|
|
|
146
|
-
|
|
|
147
|
-
|
|
|
148
|
-
|
|
|
158
|
+
| File | [src/micah.json](./src/micah.json) |
|
|
159
|
+
| ------: | :------------------------------------------------------------------------------------ |
|
|
160
|
+
| Artist | [Micah Lanier](https://dribbble.com/micahlanier) |
|
|
161
|
+
| License | [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/) |
|
|
162
|
+
| Source | [Avatar Illustration System](https://www.figma.com/community/file/829741575478342595) |
|
|
149
163
|
|
|
150
164
|
## Miniavs
|
|
151
165
|
|
|
152
|
-
|
|
|
153
|
-
|
|
|
154
|
-
|
|
|
155
|
-
|
|
|
156
|
-
|
|
|
166
|
+
| File | [src/miniavs.json](./src/miniavs.json) |
|
|
167
|
+
| ------: | :--------------------------------------------------------------------------------------- |
|
|
168
|
+
| Artist | [Webpixels](https://webpixels.io/) |
|
|
169
|
+
| License | [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/) |
|
|
170
|
+
| Source | [Miniavs - Free Avatar Creator](https://www.figma.com/community/file/923211396597067458) |
|
|
157
171
|
|
|
158
172
|
## Notionists
|
|
159
173
|
|
|
160
|
-
|
|
|
161
|
-
|
|
|
162
|
-
|
|
|
163
|
-
|
|
|
164
|
-
|
|
|
174
|
+
| File | [src/notionists.json](./src/notionists.json) |
|
|
175
|
+
| ------: | :------------------------------------------------------------ |
|
|
176
|
+
| Artist | [Zoish](https://bio.link/heyzoish) |
|
|
177
|
+
| License | [CC0 1.0](https://creativecommons.org/publicdomain/zero/1.0/) |
|
|
178
|
+
| Source | [Notionists](https://heyzoish.gumroad.com/l/notionists) |
|
|
165
179
|
|
|
166
180
|
## Notionists Neutral
|
|
167
181
|
|
|
168
|
-
|
|
|
169
|
-
|
|
|
170
|
-
|
|
|
171
|
-
|
|
|
172
|
-
|
|
|
182
|
+
| File | [src/notionists-neutral.json](./src/notionists-neutral.json) |
|
|
183
|
+
| ------: | :------------------------------------------------------------ |
|
|
184
|
+
| Artist | [Zoish](https://bio.link/heyzoish) |
|
|
185
|
+
| License | [CC0 1.0](https://creativecommons.org/publicdomain/zero/1.0/) |
|
|
186
|
+
| Source | [Notionists](https://heyzoish.gumroad.com/l/notionists) |
|
|
173
187
|
|
|
174
188
|
## Open Peeps
|
|
175
189
|
|
|
176
|
-
|
|
|
177
|
-
|
|
|
178
|
-
|
|
|
179
|
-
|
|
|
180
|
-
|
|
|
190
|
+
| File | [src/open-peeps.json](./src/open-peeps.json) |
|
|
191
|
+
| ------: | :------------------------------------------------------------ |
|
|
192
|
+
| Artist | [Pablo Stanley](https://twitter.com/pablostanley) |
|
|
193
|
+
| License | [CC0 1.0](https://creativecommons.org/publicdomain/zero/1.0/) |
|
|
194
|
+
| Source | [Open Peeps](https://www.openpeeps.com/) |
|
|
181
195
|
|
|
182
196
|
## Personas
|
|
183
197
|
|
|
184
|
-
|
|
|
185
|
-
|
|
|
186
|
-
|
|
|
187
|
-
|
|
|
188
|
-
|
|
|
198
|
+
| File | [src/personas.json](./src/personas.json) |
|
|
199
|
+
| ------: | :-------------------------------------------------------- |
|
|
200
|
+
| Artist | [Draftbit - draftbit.com](https://draftbit.com/) |
|
|
201
|
+
| License | [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/) |
|
|
202
|
+
| Source | [Personas by Draftbit](https://personas.draftbit.com/) |
|
|
189
203
|
|
|
190
204
|
## Pixel Art
|
|
191
205
|
|
|
192
|
-
|
|
|
193
|
-
|
|
|
194
|
-
|
|
|
195
|
-
|
|
|
196
|
-
|
|
|
206
|
+
| File | [src/pixel-art.json](./src/pixel-art.json) |
|
|
207
|
+
| ------: | :-------------------------------------------------------------------- |
|
|
208
|
+
| Artist | [Florian Körner](https://www.dicebear.com) |
|
|
209
|
+
| License | [CC0 1.0](https://creativecommons.org/publicdomain/zero/1.0/) |
|
|
210
|
+
| Source | [Pixel Art](https://www.figma.com/community/file/1198754108850888330) |
|
|
197
211
|
|
|
198
212
|
## Pixel Art Neutral
|
|
199
213
|
|
|
200
|
-
|
|
|
201
|
-
|
|
|
202
|
-
|
|
|
203
|
-
|
|
|
204
|
-
|
|
|
214
|
+
| File | [src/pixel-art-neutral.json](./src/pixel-art-neutral.json) |
|
|
215
|
+
| ------: | :---------------------------------------------------------------------------- |
|
|
216
|
+
| Artist | [Florian Körner](https://www.dicebear.com) |
|
|
217
|
+
| License | [CC0 1.0](https://creativecommons.org/publicdomain/zero/1.0/) |
|
|
218
|
+
| Source | [Pixel Art Neutral](https://www.figma.com/community/file/1198754108850888330) |
|
|
205
219
|
|
|
206
220
|
## Rings
|
|
207
221
|
|
|
208
|
-
|
|
|
209
|
-
|
|
|
210
|
-
|
|
|
211
|
-
|
|
|
212
|
-
|
|
|
222
|
+
| File | [src/rings.json](./src/rings.json) |
|
|
223
|
+
| ------: | :------------------------------------------------------------ |
|
|
224
|
+
| Artist | [Florian Körner](https://www.dicebear.com) |
|
|
225
|
+
| License | [CC0 1.0](https://creativecommons.org/publicdomain/zero/1.0/) |
|
|
226
|
+
| Source | [Rings](https://www.dicebear.com) |
|
|
213
227
|
|
|
214
228
|
## Shapes
|
|
215
229
|
|
|
216
|
-
|
|
|
217
|
-
|
|
|
218
|
-
|
|
|
219
|
-
|
|
|
220
|
-
|
|
|
230
|
+
| File | [src/shapes.json](./src/shapes.json) |
|
|
231
|
+
| ------: | :------------------------------------------------------------ |
|
|
232
|
+
| Artist | [Florian Körner](https://www.dicebear.com) |
|
|
233
|
+
| License | [CC0 1.0](https://creativecommons.org/publicdomain/zero/1.0/) |
|
|
234
|
+
| Source | [Shapes](https://www.dicebear.com) |
|
|
221
235
|
|
|
222
236
|
## Thumbs
|
|
223
237
|
|
|
224
|
-
|
|
|
225
|
-
|
|
|
226
|
-
|
|
|
227
|
-
|
|
|
228
|
-
|
|
|
238
|
+
| File | [src/thumbs.json](./src/thumbs.json) |
|
|
239
|
+
| ------: | :------------------------------------------------------------ |
|
|
240
|
+
| Artist | [Florian Körner](https://www.dicebear.com) |
|
|
241
|
+
| License | [CC0 1.0](https://creativecommons.org/publicdomain/zero/1.0/) |
|
|
242
|
+
| Source | [Thumbs](https://www.dicebear.com) |
|
package/README.md
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
# DiceBear Definitions
|
|
2
2
|
|
|
3
3
|
> [!NOTE]
|
|
4
|
-
> This project is still in
|
|
4
|
+
> This project is still in beta stage and will only be used in future versions
|
|
5
5
|
> of DiceBear.
|
|
6
6
|
|
|
7
|
-
This repository contains all official avatar style definitions for
|
|
8
|
-
avatar style definition is a JSON file
|
|
9
|
-
|
|
10
|
-
JSON files are ideal for creating
|
|
11
|
-
|
|
12
|
-
definitions can be found here:
|
|
7
|
+
This repository contains all official avatar style definitions for
|
|
8
|
+
[DiceBear](https://www.dicebear.com). An avatar style definition is a JSON file
|
|
9
|
+
that describes how to create an avatar. It contains all necessary information
|
|
10
|
+
like available elements and colors. The JSON files are ideal for creating
|
|
11
|
+
avatars in different programming languages with the corresponding DiceBear
|
|
12
|
+
wrapper. The JSON schema for the avatar style definitions can be found here:
|
|
13
13
|
[https://static.dicebear.com/schema/definition.json](https://static.dicebear.com/schema/definition.json)
|
|
14
14
|
|
|
15
15
|
## Generate definitions
|
|
@@ -20,8 +20,29 @@ for Figma. The used Figma files are linked in the `figma` folder. Files created
|
|
|
20
20
|
with this plugin are marked accordingly and should not be adjusted manually, but
|
|
21
21
|
exported again with the Figma plugin.
|
|
22
22
|
|
|
23
|
+
## Create new build
|
|
24
|
+
|
|
25
|
+
Create a new build using the `scripts/build.ts` file.
|
|
26
|
+
|
|
27
|
+
```
|
|
28
|
+
npm install
|
|
29
|
+
npm run build
|
|
30
|
+
```
|
|
31
|
+
|
|
23
32
|
## License
|
|
24
33
|
|
|
25
34
|
The avatar styles are licensed under different licenses. More information can be
|
|
26
35
|
found in the file [LICENSE.md](./LICENSE.md) or in the definition files
|
|
27
36
|
themselves.
|
|
37
|
+
|
|
38
|
+
## Sponsors
|
|
39
|
+
|
|
40
|
+
Many thanks to our sponsors who provide us with free or discounted products.
|
|
41
|
+
|
|
42
|
+
<a href="https://bunny.net/" target="_blank" rel="noopener noreferrer">
|
|
43
|
+
<picture>
|
|
44
|
+
<source media="(prefers-color-scheme: dark)" srcset="https://www.dicebear.com/sponsors/bunny-light.svg">
|
|
45
|
+
<source media="(prefers-color-scheme: light)" srcset="https://www.dicebear.com/sponsors/bunny-dark.svg">
|
|
46
|
+
<img alt="bunny.net" src="https://www.dicebear.com/sponsors/bunny-dark.svg" height="64">
|
|
47
|
+
</picture>
|
|
48
|
+
</a>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dicebear/definitions",
|
|
3
|
-
"version": "10.0.0-beta.
|
|
3
|
+
"version": "10.0.0-beta.5",
|
|
4
4
|
"description": "Definition files of the DiceBear avatar styles.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"avatar",
|
|
@@ -15,13 +15,16 @@
|
|
|
15
15
|
},
|
|
16
16
|
"sideEffects": false,
|
|
17
17
|
"type": "module",
|
|
18
|
+
"types": "./types/index.d.ts",
|
|
18
19
|
"scripts": {
|
|
19
|
-
"build": "tsx ./scripts/build
|
|
20
|
+
"build": "tsx ./scripts/build.ts",
|
|
21
|
+
"prettier": "prettier --write **/*.{ts,md}",
|
|
20
22
|
"test": "echo \"No test specified\""
|
|
21
23
|
},
|
|
22
24
|
"files": [
|
|
23
25
|
"LICENSE",
|
|
24
26
|
"src",
|
|
27
|
+
"types",
|
|
25
28
|
"README.md"
|
|
26
29
|
],
|
|
27
30
|
"publishConfig": {
|
|
@@ -31,8 +34,10 @@
|
|
|
31
34
|
"@tsconfig/recommended": "^1.0.6",
|
|
32
35
|
"@types/node": "^20.12.5",
|
|
33
36
|
"change-case": "^5.4.4",
|
|
34
|
-
"glob": "^10.3.12",
|
|
35
37
|
"markdown-table": "^3.0.3",
|
|
38
|
+
"p-props": "^6.0.0",
|
|
39
|
+
"prettier": "^3.3.3",
|
|
40
|
+
"sort-keys": "^5.1.0",
|
|
36
41
|
"tsx": "^4.7.2",
|
|
37
42
|
"typescript": "^5.4.5"
|
|
38
43
|
}
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"name": "eyebrows",
|
|
37
37
|
"width": 1024,
|
|
38
38
|
"height": 1024,
|
|
39
|
-
"
|
|
39
|
+
"variants": [
|
|
40
40
|
{
|
|
41
41
|
"name": "variant10",
|
|
42
42
|
"content": "<path d=\"M545.03 378.5c24.7.94 48.04 8.97 69.45 21 2.26 1.31 4.92 2.48 6.79 4.32 1.3 2.39-.38 5.13-3.2 4.19-16.58-6.2-33.56-9.63-51.06-12.02-20.3-2.34-39.92-3.68-60.2-.13-3.2.44-6.87 2.16-10.08 1.59-2.66-1.69-1.2-6.1 1.29-7.37 13.63-9.33 30.8-12.1 47-11.58m-137.03 18.42c3.5.64 6.6 1.92 9.63 3.78q-.23 1.8-.33 3.62c-2.7.74-5.46 1.12-8.24 1.34-13.17 1.15-26.45 5.1-38.81 9.69-12.23 4.75-24.78 10.64-35.19 18.7-2.82 2.04-4.13 4.83-8.08 4.48q-.75-1.35-1.51-2.67c.9-1.6 1.68-3.17 2.76-4.64 9.55-13.17 23.64-23.22 38.6-29.35 12.7-5.15 27.62-8.05 41.17-4.95\" fill=\"black\"/>",
|
|
@@ -118,7 +118,7 @@
|
|
|
118
118
|
"name": "eyes",
|
|
119
119
|
"width": 1024,
|
|
120
120
|
"height": 1024,
|
|
121
|
-
"
|
|
121
|
+
"variants": [
|
|
122
122
|
{
|
|
123
123
|
"name": "variant26",
|
|
124
124
|
"content": "<path d=\"M550.3 424.38c22.91-2.4 46.2 8 59.5 26.8A65.8 65.8 0 0 1 622.16 491c-.45 10.96-3.32 21.75-8.93 31.21-8.53 14.65-23.03 25.87-39.46 30.13a65.5 65.5 0 0 1-41.5-2.57 65.3 65.3 0 0 1-32.38-28.67c-7.4-12.95-9.7-28.21-7.34-42.87a65 65 0 0 1 17.9-34.8 65 65 0 0 1 39.86-19.06\" fill=\"black\"/><path d=\"M549.26 430.26a59.7 59.7 0 0 1 42.62 10.89c15.43 11.05 25 29.84 24.48 48.85.05 22.7-14.12 44.35-34.86 53.52-10.79 4.85-22.8 6.65-34.5 4.52a59.6 59.6 0 0 1-40.35-26.67 61.5 61.5 0 0 1-9.37-29.32 60.4 60.4 0 0 1 13.41-40.36 59.5 59.5 0 0 1 38.57-21.43\" fill=\"white\"/><path d=\"M381.24 447.1a54.9 54.9 0 0 1 59.96 45.86c1.17 8.18.85 16.9-1.66 24.82A54.86 54.86 0 0 1 380 556.3c-15.8-1.8-30.35-11-39.02-24.28-5.54-8.32-8.46-18.03-9.11-27.97-.3-12.31 3.26-24.64 10.57-34.6a55 55 0 0 1 38.8-22.35\" fill=\"black\"/><path d=\"M376.5 453.67c18.86-4.33 39.25 3.64 50.42 19.36 7.92 11.03 11.42 25.76 8.17 39.05a49 49 0 0 1-14.47 25.58A49.5 49.5 0 0 1 391 550.94c-19.88 1.83-39.68-9.53-48.32-27.5a49.23 49.23 0 0 1 33.81-69.78\" fill=\"white\"/><path d=\"M576.41 464.4a24.7 24.7 0 0 1 17.67 1.5c9.98 4.69 16.69 17.38 12.92 28.13a24.3 24.3 0 0 1-17.18 17.45c-6.55 1.67-13.68.8-19.44-2.84-8.9-5.5-13.54-16.73-10.71-26.86a24.6 24.6 0 0 1 16.74-17.38m-167.95 14.1c12.74-1.62 25.04 8.54 25.32 21.5 1.08 12.36-9.26 24.2-21.78 24.27-12.48.61-23.88-9.65-23.87-22.26-.7-11.8 8.69-22.33 20.33-23.52\" fill=\"black\"/>",
|
|
@@ -256,7 +256,7 @@
|
|
|
256
256
|
"width": 1024,
|
|
257
257
|
"height": 1024,
|
|
258
258
|
"probability": 10,
|
|
259
|
-
"
|
|
259
|
+
"variants": [
|
|
260
260
|
{
|
|
261
261
|
"name": "variant01",
|
|
262
262
|
"content": "<path d=\"M569 416.32c10.67-.28 21.35-.06 32.02-.26 13.97-.61 27.98-.37 41.98-.52 3.87.15 9-.18 12.21 2.31 2.36 1.63 2.22 5.59 2.35 8.14-.1 4.33-.28 9.38-2.3 13.3-5.08 1.98-11.45 1.25-16.85 1.9.43 12.27 1.67 24.57 1.31 36.84-.71 13.91-3.67 28-10.34 40.32-8.1 13.04-19.9 24.39-33.54 31.5-10.42 5.39-21.75 7.4-33.39 7.79-6.22.2-12.08.5-18.21-.84-9.48-2.04-18.88-4.45-26.96-10.06-11.14-7.58-19.27-18.77-25.4-30.6-6.6-13.57-10.15-29.24-13.27-43.94-.53-2.3-2.38-3.48-4.35-4.45-6.63-2.95-14.93-.5-18.8 5.6-.8 2.4-.9 5.14-1.16 7.65-.62 7.61-2.25 15.33-3.88 22.8-3.12 13.57-9 26.31-16.8 37.82-4.35 5.79-9.75 11.42-16.22 14.8-10.53 5.75-22.3 10.1-34.4 10.3-7.25-.2-14.16-.4-21.13-2.5-5.48-1.34-10.5-4.81-15.16-7.95-6.4-4.4-11.06-10.3-15.28-16.72a111 111 0 0 1-12.24-26.73c-2.84-9.45-5.24-18.8-5.19-28.73-4.55.63-9.39 2.19-14 1.92-4.35-.81-5.3-7.5-5.5-11.08.14-2.4-.15-6.76 2.7-7.68 21.6-9.82 44.44-17.06 67.54-22.42 17.03-3.7 34.73-8.24 52.27-6.65 11.18.94 22.83 3.92 31.72 11.06 3.2 2.4 5.43 6.83 9.38 7.6 7.08 1.82 14.45-1.24 20.89-3.97 3.63-10 10.02-17.33 19.06-22.81 6.3-3.84 13.67-6.15 20.7-8.28 16.76-4.03 33.14-4.65 50.24-5.5\" fill=\"black\"/><path d=\"M307.1 478.16c1.2-1.2 3.4-.01 2.44 1.64-1.21 1.2-3.4 0-2.44-1.64\" fill=\"black\"/><ellipse cx=\"605\" cy=\"457.5\" rx=\"14\" ry=\"10.5\" fill=\"white\"/><ellipse cx=\"411\" cy=\"476.107\" rx=\"11\" ry=\"8.10654\" fill=\"white\"/>",
|
|
@@ -288,7 +288,7 @@
|
|
|
288
288
|
"name": "mouth",
|
|
289
289
|
"width": 1024,
|
|
290
290
|
"height": 1024,
|
|
291
|
-
"
|
|
291
|
+
"variants": [
|
|
292
292
|
{
|
|
293
293
|
"name": "variant30",
|
|
294
294
|
"content": "<path d=\"M517.87 557.3c2.33.2 3.18 2.72 2.32 4.67-1.4 3.57-3.16 7-4.64 10.53-8.44 19.32-19.56 37.08-31.84 54.17-1.4 1.83-2.87 3.96-4.8 5.27-2.96.78-6.09.75-8.64-1.18a129 129 0 0 1-24.3-22.74c-7.03-7.83-13.5-16.1-18.86-25.17-1.05-2.12-2.54-4.48-1.19-6.81 1-1.56 3.22-2 4.86-2.55 11.13-3.1 22.2-6.48 33.4-9.29a235 235 0 0 1 35.85-5.71c5.9-.54 11.94-1.42 17.86-1.2\" fill=\"black\"/><path d=\"M513.81 563.01c-8.96 21.23-21 40.76-34.34 59.5-.92 1.13-2.13 2.82-3.66 3.08-2.18.55-3.7-.86-5.38-2-8.5-6.52-15.77-14.18-22.74-22.27a137 137 0 0 1-16.6-22.31c14.96-4 29.9-8.63 45.13-11.4 12.45-2.5 25-3.27 37.59-4.6\" fill=\"#8F2E45\"/>",
|
package/src/adventurer.json
CHANGED
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"name": "base",
|
|
37
37
|
"width": 762,
|
|
38
38
|
"height": 762,
|
|
39
|
-
"
|
|
39
|
+
"variants": [
|
|
40
40
|
{
|
|
41
41
|
"name": "default",
|
|
42
42
|
"content": "<path d=\"M396 164.9a225 225 0 0 1 104.8 42.3c6.2 4.9 12.5 9.4 18 15a225 225 0 0 1 71.8 149 58.5 58.5 0 0 1 50.9 42.2 71 71 0 0 1-27.6 76.5c-11 7.7-24.5 12-38 11.7-5 0-10-1.6-15-1.8q-2.7 3.5-4.8 7.3A223 223 0 0 1 389 609.8c-11 .7-21.9 2-33 .7a223.7 223.7 0 0 1-178.8-342.3A223 223 0 0 1 352 163.5a216 216 0 0 1 44 1.3\" fill=\"black\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M498.8 213.2A216 216 0 0 0 363 169a197 197 0 0 0-39 4 218 218 0 0 0-113.6 365.5 218.5 218.5 0 0 0 260.4 40.2c35-18.8 64.2-47.3 84.4-81.5l-3-1.6q-4.4-2-8-5c-2.2-2-.3-5.8 2.7-4.7q2.3 1.1 4.4 2.4 2.2 1.6 4.7 2.6a55 55 0 0 0 54.9-6.2 64.5 64.5 0 0 0 25-69.8 53 53 0 0 0-24-31 53 53 0 0 0-47-2.8q-2.5 1.4-5 1.3c-2.5-.2-2.8-4.2-.6-5.2 8-4 16.5-5.6 25.4-6.4a217 217 0 0 0-72-146.4c-4.4-4-8.7-8.1-13.9-11.3m107.6 196.2c2-1.2 1.3-5.1-1.4-5-2 0-4.2.8-6.2 1.6l-1.4.4a95 95 0 0 0-25.5 12.4c-2.2 2-2.2 4.4.1 6.2l5.2 2.8a36 36 0 0 1 13 9.3c-.2 1.8-2 3.3-3.4 4.4l-.2.2c-3.9 3-8.8 5-13.6 7q-3.8 1.5-7.1 3.1c-1.7.8-2.6 2.2-1.6 3.9 1 2 3.2 1.1 5 .5l.6-.2 5.4-2.3c5.4-2.3 11-4.5 15.4-8 2.7-2.1 5.1-5.1 5.4-8.7-.5-3.4-2.7-5.7-5.3-7.8a83 83 0 0 0-11.6-7.2l-1.1-.6q8-4.5 16.6-7.7l5-1.7a52 52 0 0 0 6.7-2.6\" fill=\"url(#color-skin)\"/>",
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
"width": 1024,
|
|
50
50
|
"height": 1024,
|
|
51
51
|
"probability": 10,
|
|
52
|
-
"
|
|
52
|
+
"variants": [
|
|
53
53
|
{
|
|
54
54
|
"name": "variant06",
|
|
55
55
|
"content": "<path d=\"M737.2 554.2c3.4-.9 7-.5 9.4 2.2a9 9 0 0 1-.7 13.5c-4.3 3.5-11.5 2.3-14-2.9-2.8-4.7.1-11.3 5.3-12.9\" fill=\"black\"/>",
|
|
@@ -86,7 +86,7 @@
|
|
|
86
86
|
"name": "eyebrows",
|
|
87
87
|
"width": 1024,
|
|
88
88
|
"height": 1024,
|
|
89
|
-
"
|
|
89
|
+
"variants": [
|
|
90
90
|
{
|
|
91
91
|
"name": "variant10",
|
|
92
92
|
"content": "<path d=\"M545 378.5c24.7 1 48 9 69.5 21 2.2 1.3 4.9 2.5 6.8 4.3 1.3 2.4-.4 5.1-3.2 4.2a234 234 0 0 0-51-12c-20.4-2.4-40-3.7-60.3-.1-3.2.4-6.9 2.1-10 1.6-2.7-1.7-1.3-6.1 1.2-7.4a79 79 0 0 1 47-11.6M408 397q5.2.9 9.6 3.7l-.3 3.6q-4.1 1-8.2 1.4a152 152 0 0 0-38.9 9.7 141 141 0 0 0-35.1 18.7c-2.9 2-4.2 4.8-8.1 4.4l-1.5-2.6q1.2-2.4 2.7-4.7a90 90 0 0 1 38.6-29.3c12.7-5.2 27.6-8 41.2-5\" fill=\"black\"/>",
|
|
@@ -168,7 +168,7 @@
|
|
|
168
168
|
"name": "eyes",
|
|
169
169
|
"width": 1024,
|
|
170
170
|
"height": 1024,
|
|
171
|
-
"
|
|
171
|
+
"variants": [
|
|
172
172
|
{
|
|
173
173
|
"name": "variant26",
|
|
174
174
|
"content": "<path d=\"M550.3 424.4a65.4 65.4 0 1 1 13 130 65.4 65.4 0 0 1-13-130\" fill=\"black\"/><path d=\"M549.3 430.3a59.7 59.7 0 1 1 15.1 118.3 59.7 59.7 0 0 1-15.1-118.3\" fill=\"white\"/><path d=\"M381.2 447.1a55.3 55.3 0 0 1 60 45.9A54.9 54.9 0 0 1 341 532a57 57 0 0 1-9.1-28 55 55 0 0 1 49.4-57\" fill=\"black\"/><path d=\"M376.5 453.7a49.3 49.3 0 1 1 20.8 96.4 49.3 49.3 0 0 1-20.8-96.4\" fill=\"white\"/><path d=\"M576.4 464.4a25 25 0 0 1 17.7 1.5c10 4.7 16.7 17.4 12.9 28.1a24.3 24.3 0 0 1-36.6 14.6 24.5 24.5 0 0 1 6-44.2m-167.9 14.1c12.7-1.6 25 8.5 25.3 21.5 1 12.4-9.3 24.2-21.8 24.3a23 23 0 0 1-23.9-22.3 23 23 0 0 1 20.4-23.5\" fill=\"black\"/>",
|
|
@@ -306,7 +306,7 @@
|
|
|
306
306
|
"width": 1024,
|
|
307
307
|
"height": 1024,
|
|
308
308
|
"probability": 5,
|
|
309
|
-
"
|
|
309
|
+
"variants": [
|
|
310
310
|
{
|
|
311
311
|
"name": "mustache",
|
|
312
312
|
"content": "<path d=\"M489.1 525.9c6.3 4.7 7.6 15 14 20s14.5 7.3 22.2 3.6c1 1.3 2.3 2.3 1.3 4.1-4 7-11.2 10.4-18.7 12.5a41 41 0 0 1-29.4-2.6c-6.3-3.5-9.9-9.1-14.4-14.5a60 60 0 0 1-20.4 18.8c-5.8 3-13.3 5-19.8 3.3-6.3-1.8-12-6.1-12.2-13.1-.2-2.4 1.2-2.7 3.1-3.1 1.3 1.3 2.3 2.7 4.2 3 3.5.7 7-1.2 9.1-3.8 5.4-6.4 4.5-17 10.4-22.6 6.2-5.9 16.9-8.1 24.5-4 7.7-5.2 18-6.9 26.1-1.6\" fill=\"black\"/>",
|
|
@@ -334,7 +334,7 @@
|
|
|
334
334
|
"width": 1024,
|
|
335
335
|
"height": 1024,
|
|
336
336
|
"probability": 10,
|
|
337
|
-
"
|
|
337
|
+
"variants": [
|
|
338
338
|
{
|
|
339
339
|
"name": "variant01",
|
|
340
340
|
"content": "<path d=\"M569 416.3c10.7-.3 21.4 0 32-.2 14-.7 28-.4 42-.6 3.9.2 9-.1 12.2 2.4 2.4 1.6 2.2 5.5 2.4 8-.1 4.4-.3 9.5-2.4 13.4-5 2-11.4 1.2-16.8 1.9.4 12.3 1.7 24.6 1.3 36.8a96 96 0 0 1-10.3 40.4 90 90 0 0 1-33.6 31.5 77 77 0 0 1-33.3 7.7c-6.3.2-12.1.5-18.3-.8-9.4-2-18.8-4.4-27-10A82 82 0 0 1 492 516a193 193 0 0 1-13.3-43.9c-.5-2.3-2.4-3.5-4.3-4.4-6.7-3-15-.6-18.8 5.6q-1 3.6-1.2 7.6c-.6 7.6-2.2 15.3-3.9 22.8-3.1 13.6-9 26.3-16.8 37.8a51 51 0 0 1-16.2 14.8 76 76 0 0 1-34.4 10.3c-7.2-.2-14.2-.4-21.1-2.5-5.5-1.3-10.5-4.8-15.2-8a58 58 0 0 1-15.3-16.7q-7.9-12.5-12.2-26.7a98 98 0 0 1-5.2-28.7c-4.6.7-9.4 2.2-14 2-4.4-.9-5.3-7.6-5.5-11.1.1-2.4-.1-6.8 2.7-7.7 21.6-9.8 44.4-17 67.5-22.4 17-3.7 34.8-8.3 52.3-6.7 11.2 1 22.8 4 31.7 11 3.2 2.5 5.5 7 9.4 7.7 7 1.8 14.5-1.3 20.9-4a43 43 0 0 1 19-22.8 89 89 0 0 1 20.8-8.3c16.7-4 33.1-4.6 50.2-5.5\" fill=\"black\"/><path d=\"M307.1 478.2c1.2-1.2 3.4 0 2.4 1.6-1.2 1.2-3.4 0-2.4-1.6\" fill=\"black\"/><ellipse cx=\"605\" cy=\"457.5\" rx=\"14\" ry=\"10.5\" fill=\"white\"/><ellipse cx=\"411\" cy=\"476.107\" rx=\"11\" ry=\"8.10654\" fill=\"white\"/>",
|
|
@@ -367,7 +367,7 @@
|
|
|
367
367
|
"width": 1024,
|
|
368
368
|
"height": 1024,
|
|
369
369
|
"probability": 100,
|
|
370
|
-
"
|
|
370
|
+
"variants": [
|
|
371
371
|
{
|
|
372
372
|
"name": "short16",
|
|
373
373
|
"content": "<path d=\"M459.2 60q2-.6 4-.6c2 3.8 3.2 7.7 4.8 11.7q5.9 14 14 27 13.5 22.4 30.8 42c5.7 6.5 11.8 12.4 17.4 18.8a117 117 0 0 1 50.6-41.2c11.6-4.9 24-8.9 36.3-11.5 2.3-.3 5.3-1.4 6.8 1 1.3 1.8-1 5-2 6.7-6.2 9.3-9 20-10.2 31.1a60 60 0 0 0 2 18.8 419 419 0 0 1 47.3 4.9c9.5 1.3 18.3 4.2 28 3.9a391 391 0 0 0 64-3c4.3-.4 8.7-1.1 13-1 2.6 0 4.4 1.7 4.5 4.3q0 7.9-.7 15.6-1.3 14.2-9.1 26.1 13 5.3 26.3 10.4c19 7.1 37.2 14.2 57 19 2.3.5 3.7 3 2 4.8q-15.3 13.4-31 26.3c-8.9 7.5-18 16-28.5 21.3a273 273 0 0 1 7.8 91.8 230 230 0 0 1-16 69q-1.3 4-3.7 7.5c-.7 1-2.3 1.2-3.4.8-3-1-6-2.7-9-3.7A51 51 0 0 0 724 465c-4.6 2.3-6.8 6.1-10.4 9.6q-8 8-16.9 15.1c-2.8 2.2-6 4.8-9.7 4.6-1.5-.9-2.4-1.4-2-3.3 1-4.9 2.7-9.6 3.4-14.5A257 257 0 0 0 687 397c-1.8-10.5-4.1-23-12.4-30.6-9.6-9-18.2-18.9-27.3-28.4-2.5 20.7-10.2 41-20 59.3-8.7 16-19.8 31.4-33.4 43.6-1.8 1.5-3.7 3.3-6 4-2 .4-5.9.1-5.2-2.8.5-3.8 1.8-7.4 2.4-11a184 184 0 0 0-2.3-70.7 111 111 0 0 0-18.2 41.1 70 70 0 0 0 .7 38c-1.4 1.1-1.9 2.8-4 2a117 117 0 0 1-55.5-42.1 94 94 0 0 1-25.1-10.1 92 92 0 0 1-30-30.8 135 135 0 0 0-5 21.5 135 135 0 0 0 4.2 61q.7 2.1.6 4.2a7 7 0 0 1-8 1.3c-17-6.3-31.4-17.2-43.2-30.8a149 149 0 0 1-22.9-34.2q-5.8 5-11.3 10.6a309 309 0 0 0-43.8 58.2 178 178 0 0 0-15.8 34c-.9 2-1 4-3.5 4.8-3-.6-3.4-3.3-4.4-5.7q-6-17.7-7.7-36.4c-2.4-20.8-1.5-42 2-62.6a144 144 0 0 0-35.6 11c-3.3 1.5-6.2 3.8-9.4 5.4-3.3-.3-3.5-3-3.2-5.8a209 209 0 0 1 44.1-97.6 76 76 0 0 1-29-46c-.4-2.7-1.6-6.5 1.4-8.3 4-.8 8.7.4 12.8.6a129 129 0 0 0 47.4-5.3c7.3-2.3 14.6-4.6 21.4-8.3a215 215 0 0 1-35-75c-1.2-5.2-3-10.7-3.2-16.1 0-2.4.6-4.8 3.4-5.2 3.1.1 6.1 3 9 4.2q30.2 16 63.2 24.7a366 366 0 0 0 46.5 7.5q-2.4-19.3 2.4-38.2 5-20.1 13.9-39c4.1-9 9-17.6 13.4-26.6 1.1-2.1 2.2-4.6 3.8-6.4\" fill=\"black\"/><path d=\"M460.8 68.8A230 230 0 0 0 488 118q9.3 13.4 20.4 25.7c5.8 6.5 12.3 12.3 18 19 1.7 1.7 2.8 4.3 5.7 3.6 2.3-2.4 3.8-5.6 6-8.3 7.4-9.7 16.5-18.4 26.7-25.2a166 166 0 0 1 51.1-20.5 68 68 0 0 0-6 56.8c1.6.6 3.5.3 5.1.3 8.3-.2 17 1.2 25 2q18 2.3 36 6c4 1 8 .3 12 .4 16 1 32 .5 48-.6 9.7-.8 19.2-2.3 28.9-3L764 188a53 53 0 0 1-8.8 24.6q-14.9-5.9-30.4-10.3c-1.9-.4-3.5-1-5.1.4q-.4 1.6-.4 3.4c5.7 2 11.5 3.4 17.2 5.5 17.6 6.4 35 13.8 52.5 20.4 16 6 32.4 12.2 49 16.6a915 915 0 0 1-26.4 22c-8.6 6.9-17 15-26.7 20.1q-3.8-12.1-9.1-23.5c-.8-1.4-1.2-2.7-2.9-3.2-2-1-4 2.1-3 4 1.6 4.3 3.8 8.4 5.4 12.8a249 249 0 0 1 13.9 97.4 227 227 0 0 1-18 80.9c-13.5-6.2-29-7-43-2.3q10.9-14.9 18.8-31.6a48 48 0 0 1 2.4 11.8c.3 2.1-.3 4 1.5 5.6q3.3.7 3.8-2.6a41 41 0 0 0-3.4-18.2c-.9-1.9-2-4.8-4.3-5.1s-3.2 1.4-4 3.2a197 197 0 0 1-29.5 46.6c-6.5 7.4-13.9 13.7-21.3 20.1q3-12.4 3.8-25c.4-8 1.2-15.7.6-23.6a250 250 0 0 0-8.2-59.1c8.1 6.7 16.8 12.5 25.6 18.2 2 1.1 4.3 3.8 6.9 3 2.1-1.2 3-4.1 3.6-6.3 4.4-18.7 5-38 2.1-57-2-13.1-4.7-27-10.3-39-1.2-2.3-2.4-5.2-4.4-6.9-1.9-1.3-4.2-.3-4.2 2.1 1 3.7 3.4 6.9 4.7 10.5 5.3 13 7.8 27.6 9.5 41.5q2.8 24.4-2.7 48.4a247 247 0 0 1-31.7-22.8c-13.2-11.7-24.8-25-37.2-37.9-7.1-8.1-14.6-16.5-20.1-25.8-4.5-7.4-9.2-14.5-12.7-22.4q-4-8.9-8.6-17.4c-1.9-3.3-2.9-7-4.7-10.4-2-.4-4-.1-4 2.3.4 4.4 3.1 8.8 5 12.8 4.7 8.5 8 17.7 12.8 26l8.7 14.5c4.5 7.2 9.9 13.3 15.3 19.8a160 160 0 0 1-20 62.8c-8.4 15.1-18.9 30-32 41.4 3.9-19.4 3.9-39 1.8-58.5-1.4-8.5-2.2-18-5.6-26-2.8-2.8-4.3.4-6 2.3a109 109 0 0 0-22.5 80 105 105 0 0 1-31.4-20.4 146 146 0 0 1-39.6-67.7 180 180 0 0 1-6.5-48c.5-14.2 1.9-28.2 6.1-41.8 1.3-4.4 2.2-8.7 4-13 3.4-7.7 8.1-15 13.2-21.7a140 140 0 0 1 33.3-31.6q10.5-7.2 22.8-10.6a85 85 0 0 0-4 40.7c.3 1.7.3 3.5 1.7 4.7 1.7 1.7 4.9-.3 4.4-2.6a85 85 0 0 1 1.8-36.3c.9-3.1 2.6-5.9 3.6-8.9.3-2.7-3-3.7-5-3.7a72 72 0 0 0-30.6 13.3c-13 9-24.4 20.4-33.9 33.1a99 99 0 0 0-17.5 36.4c-11.9 45.6-4.6 96 20.6 136a79 79 0 0 1-45.7-37q-1.4-2.7-3-5.1c-2.5-.3-4.6 0-5.4 2.6-5.5 14.6-7.8 31-8.4 46.5 0 14 1.4 28.4 5.6 41.8a98 98 0 0 1-35-23.6A154 154 0 0 1 370 348q-4.6-19.2-5.4-39c-.8-10.4-1-20.5 1-30.8.2-2.3 1.2-4.2-1-6-1.9-1.5-3.6 0-4.9 1.6a213 213 0 0 0-17 27 107 107 0 0 0-13 38c0 2-.6 5.7 1.4 7 1.2 1.1 3.9 0 3.6-1.8a90 90 0 0 1 7.6-29.8c4.6-10 10.7-19.7 16.4-29.1-1 14.6.2 29.4 2 44q3.1 24.5 13.1 47a275 275 0 0 0-50.4 59.4 242 242 0 0 0-21.8 41.7q-5.9-19.6-6.8-40.2-1.6-23.5 2-46.8c1.9-11 4.6-22.6 9.7-32.7.6-1.3 1.6-3 1.3-4.5 0-1.6-1.6-2.3-3-2.3-1.9 1-2.7 2.7-3.7 4.4-3.7 7.5-6 15.3-8 23.4a137 137 0 0 0-43.2 14.1 202 202 0 0 1 36.4-84.2c6.5-8.5 14-17 23-23 2.9-2 6.2-3.1 9-5 1.4-1.2 1.3-3.7-.5-4.4-1.2-.8-3.1 0-4.4.5a78 78 0 0 0-21.9 16.5 70 70 0 0 1-27.5-44.2c17.9 1.4 35.8 1.5 53-3.6 9.5-3 19.6-6 28.2-11q8.9 9.7 20 16.5c2.2 1.2 4.3 2.3 6.9 1.7 1.8-.9 1.3-2.7 1.4-4.4a62 62 0 0 1-18.5-12c-9.7-8.8-16.4-20-22.7-31.3a229 229 0 0 1-23-63.4c24.6 13.2 51 23.7 78.4 29.4 16.3 3.2 32.8 4.7 49.2 7 13.8 2.3 27.7 4.4 41.2 7.9q9.4 2.4 19 4.6c2.9-.2 2.4-4.7 0-5.3-3.9-1.4-8-2-12-3.1-17.4-5-35.5-8-53.4-10.7a90 90 0 0 1 1.8-37.2q5.5-21.8 15.3-41.9l10.5-20.5z\" fill=\"url(#color-hair)\"/><use href=\"#component-earrings\"/>",
|
|
@@ -599,7 +599,7 @@
|
|
|
599
599
|
"name": "mouth",
|
|
600
600
|
"width": 1024,
|
|
601
601
|
"height": 1024,
|
|
602
|
-
"
|
|
602
|
+
"variants": [
|
|
603
603
|
{
|
|
604
604
|
"name": "variant30",
|
|
605
605
|
"content": "<path d=\"M517.9 557.3c2.3.2 3.1 2.7 2.3 4.7l-4.7 10.5c-8.4 19.3-19.5 37-31.8 54.2-1.4 1.8-2.9 4-4.8 5.2-3 .8-6.1.8-8.6-1.1a129 129 0 0 1-24.4-22.8q-10.6-11.6-18.8-25.1c-1-2.2-2.6-4.5-1.2-6.9 1-1.5 3.2-2 4.9-2.5 11-3.1 22.1-6.5 33.3-9.3a235 235 0 0 1 36-5.7c5.8-.5 11.8-1.4 17.8-1.2\" fill=\"black\"/><path d=\"M513.8 563a317 317 0 0 1-34.3 59.5c-1 1.1-2.2 2.8-3.7 3-2.2.6-3.7-.8-5.4-1.9a155 155 0 0 1-22.7-22.3A137 137 0 0 1 431 579c15-4 29.9-8.6 45.1-11.4 12.5-2.5 25-3.3 37.6-4.6\" fill=\"#8F2E45\"/>",
|