@dicebear/definitions 0.1.0

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.
Files changed (65) hide show
  1. package/LICENSE.md +252 -0
  2. package/README.md +95 -0
  3. package/dist/adventurer-neutral.min.json +1 -0
  4. package/dist/adventurer.min.json +1 -0
  5. package/dist/avataaars-neutral.min.json +1 -0
  6. package/dist/avataaars.min.json +1 -0
  7. package/dist/big-ears-neutral.min.json +1 -0
  8. package/dist/big-ears.min.json +1 -0
  9. package/dist/big-smile.min.json +1 -0
  10. package/dist/bottts-neutral.min.json +1 -0
  11. package/dist/bottts.min.json +1 -0
  12. package/dist/croodles-neutral.min.json +1 -0
  13. package/dist/croodles.min.json +1 -0
  14. package/dist/dylan.min.json +1 -0
  15. package/dist/fun-emoji.min.json +1 -0
  16. package/dist/glass.min.json +1 -0
  17. package/dist/icons.min.json +1 -0
  18. package/dist/identicon.min.json +1 -0
  19. package/dist/initials.min.json +1 -0
  20. package/dist/lorelei-neutral.min.json +1 -0
  21. package/dist/lorelei.min.json +1 -0
  22. package/dist/micah.min.json +1 -0
  23. package/dist/miniavs.min.json +1 -0
  24. package/dist/notionists-neutral.min.json +1 -0
  25. package/dist/notionists.min.json +1 -0
  26. package/dist/open-peeps.min.json +1 -0
  27. package/dist/personas.min.json +1 -0
  28. package/dist/pixel-art-neutral.min.json +1 -0
  29. package/dist/pixel-art.min.json +1 -0
  30. package/dist/rings.min.json +1 -0
  31. package/dist/shapes.min.json +1 -0
  32. package/dist/thumbs.min.json +1 -0
  33. package/dist/toon-head.min.json +1 -0
  34. package/package.json +161 -0
  35. package/src/adventurer-neutral.json +2016 -0
  36. package/src/adventurer.json +4041 -0
  37. package/src/avataaars-neutral.json +863 -0
  38. package/src/avataaars.json +3049 -0
  39. package/src/big-ears-neutral.json +2686 -0
  40. package/src/big-ears.json +4394 -0
  41. package/src/big-smile.json +1314 -0
  42. package/src/bottts-neutral.json +1082 -0
  43. package/src/bottts.json +3888 -0
  44. package/src/croodles-neutral.json +1093 -0
  45. package/src/croodles.json +4304 -0
  46. package/src/dylan.json +413 -0
  47. package/src/fun-emoji.json +1456 -0
  48. package/src/glass.json +438 -0
  49. package/src/icons.json +2369 -0
  50. package/src/identicon.json +669 -0
  51. package/src/initials.json +141 -0
  52. package/src/lorelei-neutral.json +1395 -0
  53. package/src/lorelei.json +3241 -0
  54. package/src/micah.json +1552 -0
  55. package/src/miniavs.json +855 -0
  56. package/src/notionists-neutral.json +1346 -0
  57. package/src/notionists.json +4307 -0
  58. package/src/open-peeps.json +2741 -0
  59. package/src/personas.json +1450 -0
  60. package/src/pixel-art-neutral.json +2345 -0
  61. package/src/pixel-art.json +6946 -0
  62. package/src/rings.json +559 -0
  63. package/src/shapes.json +522 -0
  64. package/src/thumbs.json +919 -0
  65. package/src/toon-head.json +1217 -0
@@ -0,0 +1,141 @@
1
+ {
2
+ "$schema": "https://cdn.hopjs.net/npm/@dicebear/schema@0.8.0/dist/definition.min.json",
3
+ "meta": {
4
+ "license": {
5
+ "name": "CC0 1.0",
6
+ "url": "https://creativecommons.org/publicdomain/zero/1.0/",
7
+ "text": "„Initials” (https://www.dicebear.com) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)"
8
+ },
9
+ "creator": {
10
+ "name": "DiceBear",
11
+ "url": "https://www.dicebear.com"
12
+ },
13
+ "source": {
14
+ "name": "Glass",
15
+ "url": "https://www.dicebear.com"
16
+ }
17
+ },
18
+ "canvas": {
19
+ "elements": [
20
+ {
21
+ "type": "component",
22
+ "value": "initials"
23
+ }
24
+ ],
25
+ "width": 100,
26
+ "height": 100
27
+ },
28
+ "components": {
29
+ "initials": {
30
+ "height": 100,
31
+ "width": 100,
32
+ "variants": {
33
+ "single": {
34
+ "weight": 0,
35
+ "elements": [
36
+ {
37
+ "type": "element",
38
+ "name": "text",
39
+ "attributes": {
40
+ "x": "50%",
41
+ "y": "50%",
42
+ "font-family": {
43
+ "type": "variable",
44
+ "value": "fontFamily"
45
+ },
46
+ "font-weight": {
47
+ "type": "variable",
48
+ "value": "fontWeight"
49
+ },
50
+ "font-size": "50",
51
+ "fill": {
52
+ "type": "color",
53
+ "value": "text"
54
+ },
55
+ "text-anchor": "middle",
56
+ "dy": "17.8"
57
+ },
58
+ "children": [
59
+ {
60
+ "type": "text",
61
+ "value": {
62
+ "type": "variable",
63
+ "value": "initial"
64
+ }
65
+ }
66
+ ]
67
+ }
68
+ ]
69
+ },
70
+ "double": {
71
+ "weight": 1,
72
+ "elements": [
73
+ {
74
+ "type": "element",
75
+ "name": "text",
76
+ "attributes": {
77
+ "x": "50%",
78
+ "y": "50%",
79
+ "font-family": {
80
+ "type": "variable",
81
+ "value": "fontFamily"
82
+ },
83
+ "font-weight": {
84
+ "type": "variable",
85
+ "value": "fontWeight"
86
+ },
87
+ "font-size": "50",
88
+ "fill": {
89
+ "type": "color",
90
+ "value": "text"
91
+ },
92
+ "text-anchor": "middle",
93
+ "dy": "17.8"
94
+ },
95
+ "children": [
96
+ {
97
+ "type": "text",
98
+ "value": {
99
+ "type": "variable",
100
+ "value": "initials"
101
+ }
102
+ }
103
+ ]
104
+ }
105
+ ]
106
+ }
107
+ }
108
+ }
109
+ },
110
+ "colors": {
111
+ "background": {
112
+ "values": [
113
+ "#c44f4f",
114
+ "#ac6039",
115
+ "#8e6e2f",
116
+ "#777728",
117
+ "#627e2a",
118
+ "#48822b",
119
+ "#2d862d",
120
+ "#2b8248",
121
+ "#2b8265",
122
+ "#2a7e7e",
123
+ "#347a9d",
124
+ "#4b73c3",
125
+ "#6a6acd",
126
+ "#825ec9",
127
+ "#9f53c6",
128
+ "#bb3ebb",
129
+ "#c14497",
130
+ "#c34b73"
131
+ ]
132
+ },
133
+ "text": {
134
+ "values": [
135
+ "#ffffff",
136
+ "#000000"
137
+ ],
138
+ "contrastTo": "background"
139
+ }
140
+ }
141
+ }