@dicebear/collection 5.0.0-alpha.9 → 5.0.0-beta.1
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 +1 -1
- package/README.md +1 -1
- package/lib/async.d.ts +138 -0
- package/lib/async.js +23 -0
- package/lib/index.d.ts +23 -0
- package/lib/index.js +23 -0
- package/package.json +54 -47
- package/dist/index.d.ts +0 -24
- package/dist/index.d.ts.map +0 -1
- package/dist/index.es.js +0 -47
- package/dist/index.es.js.map +0 -1
- package/dist/index.js +0 -71
- package/dist/index.js.map +0 -1
package/LICENSE
CHANGED
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<h1 align="center"><img src="https://
|
|
1
|
+
<h1 align="center"><img src="https://avatars.githubusercontent.com/u/7983162?s=256&v=4" width="124" /> <br />DiceBear Collection</h1>
|
|
2
2
|
<p align="center">
|
|
3
3
|
All official DiceBear Avatar styles in one package.
|
|
4
4
|
</p>
|
package/lib/async.d.ts
ADDED
|
@@ -0,0 +1,138 @@
|
|
|
1
|
+
export declare const adventurer: () => Promise<{
|
|
2
|
+
default: typeof import("@dicebear/adventurer");
|
|
3
|
+
create: import("@dicebear/core").StyleCreate<import("@dicebear/adventurer").Options>;
|
|
4
|
+
meta: import("@dicebear/core").StyleMeta;
|
|
5
|
+
schema: import("json-schema").JSONSchema7;
|
|
6
|
+
}>;
|
|
7
|
+
export declare const adventurerNeutral: () => Promise<{
|
|
8
|
+
default: typeof import("@dicebear/adventurer-neutral");
|
|
9
|
+
create: import("@dicebear/core").StyleCreate<import("@dicebear/adventurer-neutral").Options>;
|
|
10
|
+
meta: import("@dicebear/core").StyleMeta;
|
|
11
|
+
schema: import("json-schema").JSONSchema7;
|
|
12
|
+
}>;
|
|
13
|
+
export declare const avataaars: () => Promise<{
|
|
14
|
+
default: typeof import("@dicebear/avataaars");
|
|
15
|
+
create: import("@dicebear/core").StyleCreate<import("@dicebear/avataaars").Options>;
|
|
16
|
+
meta: import("@dicebear/core").StyleMeta;
|
|
17
|
+
schema: import("json-schema").JSONSchema7;
|
|
18
|
+
}>;
|
|
19
|
+
export declare const avataaarsNeutral: () => Promise<{
|
|
20
|
+
default: typeof import("@dicebear/avataaars-neutral");
|
|
21
|
+
create: import("@dicebear/core").StyleCreate<import("@dicebear/avataaars-neutral").Options>;
|
|
22
|
+
meta: import("@dicebear/core").StyleMeta;
|
|
23
|
+
schema: import("json-schema").JSONSchema7;
|
|
24
|
+
}>;
|
|
25
|
+
export declare const bigEars: () => Promise<{
|
|
26
|
+
default: typeof import("@dicebear/big-ears");
|
|
27
|
+
create: import("@dicebear/core").StyleCreate<import("@dicebear/big-ears").Options>;
|
|
28
|
+
meta: import("@dicebear/core").StyleMeta;
|
|
29
|
+
schema: import("json-schema").JSONSchema7;
|
|
30
|
+
}>;
|
|
31
|
+
export declare const bigEarsNeutral: () => Promise<{
|
|
32
|
+
default: typeof import("@dicebear/big-ears-neutral");
|
|
33
|
+
create: import("@dicebear/core").StyleCreate<import("@dicebear/big-ears-neutral").Options>;
|
|
34
|
+
meta: import("@dicebear/core").StyleMeta;
|
|
35
|
+
schema: import("json-schema").JSONSchema7;
|
|
36
|
+
}>;
|
|
37
|
+
export declare const bigSmile: () => Promise<{
|
|
38
|
+
default: typeof import("@dicebear/big-smile");
|
|
39
|
+
create: import("@dicebear/core").StyleCreate<import("@dicebear/big-smile").Options>;
|
|
40
|
+
meta: import("@dicebear/core").StyleMeta;
|
|
41
|
+
schema: import("json-schema").JSONSchema7;
|
|
42
|
+
}>;
|
|
43
|
+
export declare const bottts: () => Promise<{
|
|
44
|
+
default: typeof import("@dicebear/bottts");
|
|
45
|
+
create: import("@dicebear/core").StyleCreate<import("@dicebear/bottts").Options>;
|
|
46
|
+
meta: import("@dicebear/core").StyleMeta;
|
|
47
|
+
schema: import("json-schema").JSONSchema7;
|
|
48
|
+
}>;
|
|
49
|
+
export declare const botttsNeutral: () => Promise<{
|
|
50
|
+
default: typeof import("@dicebear/bottts-neutral");
|
|
51
|
+
create: import("@dicebear/core").StyleCreate<import("@dicebear/bottts-neutral").Options>;
|
|
52
|
+
meta: import("@dicebear/core").StyleMeta;
|
|
53
|
+
schema: import("json-schema").JSONSchema7;
|
|
54
|
+
}>;
|
|
55
|
+
export declare const croodles: () => Promise<{
|
|
56
|
+
default: typeof import("@dicebear/croodles");
|
|
57
|
+
create: import("@dicebear/core").StyleCreate<import("@dicebear/croodles").Options>;
|
|
58
|
+
meta: import("@dicebear/core").StyleMeta;
|
|
59
|
+
schema: import("json-schema").JSONSchema7;
|
|
60
|
+
}>;
|
|
61
|
+
export declare const croodlesNeutral: () => Promise<{
|
|
62
|
+
default: typeof import("@dicebear/croodles-neutral");
|
|
63
|
+
create: import("@dicebear/core").StyleCreate<import("@dicebear/croodles-neutral").Options>;
|
|
64
|
+
meta: import("@dicebear/core").StyleMeta;
|
|
65
|
+
schema: import("json-schema").JSONSchema7;
|
|
66
|
+
}>;
|
|
67
|
+
export declare const funEmoji: () => Promise<{
|
|
68
|
+
default: typeof import("@dicebear/fun-emoji");
|
|
69
|
+
create: import("@dicebear/core").StyleCreate<import("@dicebear/fun-emoji").Options>;
|
|
70
|
+
meta: import("@dicebear/core").StyleMeta;
|
|
71
|
+
schema: import("json-schema").JSONSchema7;
|
|
72
|
+
}>;
|
|
73
|
+
export declare const icons: () => Promise<{
|
|
74
|
+
default: typeof import("@dicebear/icons");
|
|
75
|
+
create: import("@dicebear/core").StyleCreate<import("@dicebear/icons").Options>;
|
|
76
|
+
meta: import("@dicebear/core").StyleMeta;
|
|
77
|
+
schema: import("json-schema").JSONSchema7;
|
|
78
|
+
}>;
|
|
79
|
+
export declare const identicon: () => Promise<{
|
|
80
|
+
default: typeof import("@dicebear/identicon");
|
|
81
|
+
create: import("@dicebear/core").StyleCreate<import("@dicebear/identicon").Options>;
|
|
82
|
+
meta: import("@dicebear/core").StyleMeta;
|
|
83
|
+
schema: import("json-schema").JSONSchema7;
|
|
84
|
+
}>;
|
|
85
|
+
export declare const initials: () => Promise<{
|
|
86
|
+
default: typeof import("@dicebear/initials");
|
|
87
|
+
create: import("@dicebear/core").StyleCreate<import("@dicebear/initials").Options>;
|
|
88
|
+
meta: import("@dicebear/core").StyleMeta;
|
|
89
|
+
schema: import("json-schema").JSONSchema7;
|
|
90
|
+
}>;
|
|
91
|
+
export declare const lorelei: () => Promise<{
|
|
92
|
+
default: typeof import("@dicebear/lorelei");
|
|
93
|
+
create: import("@dicebear/core").StyleCreate<import("@dicebear/lorelei").Options>;
|
|
94
|
+
meta: import("@dicebear/core").StyleMeta;
|
|
95
|
+
schema: import("json-schema").JSONSchema7;
|
|
96
|
+
}>;
|
|
97
|
+
export declare const loreleiNeutral: () => Promise<{
|
|
98
|
+
default: typeof import("@dicebear/lorelei-neutral");
|
|
99
|
+
create: import("@dicebear/core").StyleCreate<import("@dicebear/lorelei-neutral").Options>;
|
|
100
|
+
meta: import("@dicebear/core").StyleMeta;
|
|
101
|
+
schema: import("json-schema").JSONSchema7;
|
|
102
|
+
}>;
|
|
103
|
+
export declare const micah: () => Promise<{
|
|
104
|
+
default: typeof import("@dicebear/micah");
|
|
105
|
+
create: import("@dicebear/core").StyleCreate<import("@dicebear/micah").Options>;
|
|
106
|
+
meta: import("@dicebear/core").StyleMeta;
|
|
107
|
+
schema: import("json-schema").JSONSchema7;
|
|
108
|
+
}>;
|
|
109
|
+
export declare const miniavs: () => Promise<{
|
|
110
|
+
default: typeof import("@dicebear/miniavs");
|
|
111
|
+
create: import("@dicebear/core").StyleCreate<import("@dicebear/miniavs").Options>;
|
|
112
|
+
meta: import("@dicebear/core").StyleMeta;
|
|
113
|
+
schema: import("json-schema").JSONSchema7;
|
|
114
|
+
}>;
|
|
115
|
+
export declare const openPeeps: () => Promise<{
|
|
116
|
+
default: typeof import("@dicebear/open-peeps");
|
|
117
|
+
create: import("@dicebear/core").StyleCreate<import("@dicebear/open-peeps").Options>;
|
|
118
|
+
meta: import("@dicebear/core").StyleMeta;
|
|
119
|
+
schema: import("json-schema").JSONSchema7;
|
|
120
|
+
}>;
|
|
121
|
+
export declare const personas: () => Promise<{
|
|
122
|
+
default: typeof import("@dicebear/personas");
|
|
123
|
+
create: import("@dicebear/core").StyleCreate<import("@dicebear/personas").Options>;
|
|
124
|
+
meta: import("@dicebear/core").StyleMeta;
|
|
125
|
+
schema: import("json-schema").JSONSchema7;
|
|
126
|
+
}>;
|
|
127
|
+
export declare const pixelArt: () => Promise<{
|
|
128
|
+
default: typeof import("@dicebear/pixel-art");
|
|
129
|
+
create: import("@dicebear/core").StyleCreate<import("@dicebear/pixel-art").Options>;
|
|
130
|
+
meta: import("@dicebear/core").StyleMeta;
|
|
131
|
+
schema: import("json-schema").JSONSchema7;
|
|
132
|
+
}>;
|
|
133
|
+
export declare const pixelArtNeutral: () => Promise<{
|
|
134
|
+
default: typeof import("@dicebear/pixel-art-neutral");
|
|
135
|
+
create: import("@dicebear/core").StyleCreate<import("@dicebear/pixel-art-neutral").Options>;
|
|
136
|
+
meta: import("@dicebear/core").StyleMeta;
|
|
137
|
+
schema: import("json-schema").JSONSchema7;
|
|
138
|
+
}>;
|
package/lib/async.js
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
export const adventurer = () => import('@dicebear/adventurer');
|
|
2
|
+
export const adventurerNeutral = () => import('@dicebear/adventurer-neutral');
|
|
3
|
+
export const avataaars = () => import('@dicebear/avataaars');
|
|
4
|
+
export const avataaarsNeutral = () => import('@dicebear/avataaars-neutral');
|
|
5
|
+
export const bigEars = () => import('@dicebear/big-ears');
|
|
6
|
+
export const bigEarsNeutral = () => import('@dicebear/big-ears-neutral');
|
|
7
|
+
export const bigSmile = () => import('@dicebear/big-smile');
|
|
8
|
+
export const bottts = () => import('@dicebear/bottts');
|
|
9
|
+
export const botttsNeutral = () => import('@dicebear/bottts-neutral');
|
|
10
|
+
export const croodles = () => import('@dicebear/croodles');
|
|
11
|
+
export const croodlesNeutral = () => import('@dicebear/croodles-neutral');
|
|
12
|
+
export const funEmoji = () => import('@dicebear/fun-emoji');
|
|
13
|
+
export const icons = () => import('@dicebear/icons');
|
|
14
|
+
export const identicon = () => import('@dicebear/identicon');
|
|
15
|
+
export const initials = () => import('@dicebear/initials');
|
|
16
|
+
export const lorelei = () => import('@dicebear/lorelei');
|
|
17
|
+
export const loreleiNeutral = () => import('@dicebear/lorelei-neutral');
|
|
18
|
+
export const micah = () => import('@dicebear/micah');
|
|
19
|
+
export const miniavs = () => import('@dicebear/miniavs');
|
|
20
|
+
export const openPeeps = () => import('@dicebear/open-peeps');
|
|
21
|
+
export const personas = () => import('@dicebear/personas');
|
|
22
|
+
export const pixelArt = () => import('@dicebear/pixel-art');
|
|
23
|
+
export const pixelArtNeutral = () => import('@dicebear/pixel-art-neutral');
|
package/lib/index.d.ts
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
export * as adventurer from '@dicebear/adventurer';
|
|
2
|
+
export * as adventurerNeutral from '@dicebear/adventurer-neutral';
|
|
3
|
+
export * as avataaars from '@dicebear/avataaars';
|
|
4
|
+
export * as avataaarsNeutral from '@dicebear/avataaars-neutral';
|
|
5
|
+
export * as bigEars from '@dicebear/big-ears';
|
|
6
|
+
export * as bigEarsNeutral from '@dicebear/big-ears-neutral';
|
|
7
|
+
export * as bigSmile from '@dicebear/big-smile';
|
|
8
|
+
export * as bottts from '@dicebear/bottts';
|
|
9
|
+
export * as botttsNeutral from '@dicebear/bottts-neutral';
|
|
10
|
+
export * as croodles from '@dicebear/croodles';
|
|
11
|
+
export * as croodlesNeutral from '@dicebear/croodles-neutral';
|
|
12
|
+
export * as funEmoji from '@dicebear/fun-emoji';
|
|
13
|
+
export * as icons from '@dicebear/icons';
|
|
14
|
+
export * as identicon from '@dicebear/identicon';
|
|
15
|
+
export * as initials from '@dicebear/initials';
|
|
16
|
+
export * as lorelei from '@dicebear/lorelei';
|
|
17
|
+
export * as loreleiNeutral from '@dicebear/lorelei-neutral';
|
|
18
|
+
export * as micah from '@dicebear/micah';
|
|
19
|
+
export * as miniavs from '@dicebear/miniavs';
|
|
20
|
+
export * as openPeeps from '@dicebear/open-peeps';
|
|
21
|
+
export * as personas from '@dicebear/personas';
|
|
22
|
+
export * as pixelArt from '@dicebear/pixel-art';
|
|
23
|
+
export * as pixelArtNeutral from '@dicebear/pixel-art-neutral';
|
package/lib/index.js
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
export * as adventurer from '@dicebear/adventurer';
|
|
2
|
+
export * as adventurerNeutral from '@dicebear/adventurer-neutral';
|
|
3
|
+
export * as avataaars from '@dicebear/avataaars';
|
|
4
|
+
export * as avataaarsNeutral from '@dicebear/avataaars-neutral';
|
|
5
|
+
export * as bigEars from '@dicebear/big-ears';
|
|
6
|
+
export * as bigEarsNeutral from '@dicebear/big-ears-neutral';
|
|
7
|
+
export * as bigSmile from '@dicebear/big-smile';
|
|
8
|
+
export * as bottts from '@dicebear/bottts';
|
|
9
|
+
export * as botttsNeutral from '@dicebear/bottts-neutral';
|
|
10
|
+
export * as croodles from '@dicebear/croodles';
|
|
11
|
+
export * as croodlesNeutral from '@dicebear/croodles-neutral';
|
|
12
|
+
export * as funEmoji from '@dicebear/fun-emoji';
|
|
13
|
+
export * as icons from '@dicebear/icons';
|
|
14
|
+
export * as identicon from '@dicebear/identicon';
|
|
15
|
+
export * as initials from '@dicebear/initials';
|
|
16
|
+
export * as lorelei from '@dicebear/lorelei';
|
|
17
|
+
export * as loreleiNeutral from '@dicebear/lorelei-neutral';
|
|
18
|
+
export * as micah from '@dicebear/micah';
|
|
19
|
+
export * as miniavs from '@dicebear/miniavs';
|
|
20
|
+
export * as openPeeps from '@dicebear/open-peeps';
|
|
21
|
+
export * as personas from '@dicebear/personas';
|
|
22
|
+
export * as pixelArt from '@dicebear/pixel-art';
|
|
23
|
+
export * as pixelArtNeutral from '@dicebear/pixel-art-neutral';
|
package/package.json
CHANGED
|
@@ -1,74 +1,81 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dicebear/collection",
|
|
3
|
-
"version": "5.0.0-
|
|
4
|
-
"description": "
|
|
3
|
+
"version": "5.0.0-beta.1",
|
|
4
|
+
"description": "Avatar style collection for DiceBear",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"dicebear"
|
|
7
7
|
],
|
|
8
|
-
"homepage": "https://github.com/dicebear/dicebear/tree/master/packages/@dicebear/collection",
|
|
9
8
|
"bugs": {
|
|
10
9
|
"url": "https://github.com/dicebear/dicebear/issues"
|
|
11
10
|
},
|
|
12
11
|
"repository": {
|
|
13
12
|
"type": "git",
|
|
14
|
-
"url": "git
|
|
15
|
-
"directory": "/packages/@dicebear/collection"
|
|
13
|
+
"url": "git+https://github.com/dicebear/dicebear.git"
|
|
16
14
|
},
|
|
17
15
|
"license": "MIT",
|
|
18
|
-
"
|
|
19
|
-
"
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
"types": "
|
|
16
|
+
"type": "module",
|
|
17
|
+
"exports": {
|
|
18
|
+
".": "./lib/index.js",
|
|
19
|
+
"./async": "./lib/async.js"
|
|
20
|
+
},
|
|
21
|
+
"types": "./lib/index.d.ts",
|
|
22
|
+
"typesVersions": {
|
|
23
|
+
"*": {
|
|
24
|
+
"async": [
|
|
25
|
+
"lib/async.d.ts"
|
|
26
|
+
]
|
|
27
|
+
}
|
|
28
|
+
},
|
|
24
29
|
"files": [
|
|
25
30
|
"LICENSE",
|
|
26
|
-
"
|
|
27
|
-
"
|
|
31
|
+
"lib",
|
|
32
|
+
"README.md"
|
|
28
33
|
],
|
|
29
34
|
"scripts": {
|
|
30
|
-
"
|
|
31
|
-
"
|
|
32
|
-
"
|
|
35
|
+
"prebuild": "del-cli lib",
|
|
36
|
+
"build": "tsc",
|
|
37
|
+
"prepublishOnly": "npm run build"
|
|
33
38
|
},
|
|
34
39
|
"dependencies": {
|
|
35
|
-
"@dicebear/adventurer": "^5.0.0-
|
|
36
|
-
"@dicebear/adventurer-neutral": "^5.0.0-
|
|
37
|
-
"@dicebear/avataaars": "^5.0.0-
|
|
38
|
-
"@dicebear/avataaars-neutral": "^5.0.0-
|
|
39
|
-
"@dicebear/big-ears": "^5.0.0-
|
|
40
|
-
"@dicebear/big-ears-neutral": "^5.0.0-
|
|
41
|
-
"@dicebear/big-smile": "^5.0.0-
|
|
42
|
-
"@dicebear/bottts": "^5.0.0-
|
|
43
|
-
"@dicebear/bottts-neutral": "^5.0.0-
|
|
44
|
-
"@dicebear/croodles": "^5.0.0-
|
|
45
|
-
"@dicebear/croodles-neutral": "^5.0.0-
|
|
46
|
-
"@dicebear/
|
|
47
|
-
"@dicebear/
|
|
48
|
-
"@dicebear/
|
|
49
|
-
"@dicebear/
|
|
50
|
-
"@dicebear/
|
|
51
|
-
"@dicebear/
|
|
52
|
-
"@dicebear/
|
|
53
|
-
"@dicebear/
|
|
54
|
-
"@dicebear/
|
|
55
|
-
"@dicebear/
|
|
40
|
+
"@dicebear/adventurer": "^5.0.0-beta.1",
|
|
41
|
+
"@dicebear/adventurer-neutral": "^5.0.0-beta.1",
|
|
42
|
+
"@dicebear/avataaars": "^5.0.0-beta.1",
|
|
43
|
+
"@dicebear/avataaars-neutral": "^5.0.0-beta.1",
|
|
44
|
+
"@dicebear/big-ears": "^5.0.0-beta.1",
|
|
45
|
+
"@dicebear/big-ears-neutral": "^5.0.0-beta.1",
|
|
46
|
+
"@dicebear/big-smile": "^5.0.0-beta.1",
|
|
47
|
+
"@dicebear/bottts": "^5.0.0-beta.1",
|
|
48
|
+
"@dicebear/bottts-neutral": "^5.0.0-beta.1",
|
|
49
|
+
"@dicebear/croodles": "^5.0.0-beta.1",
|
|
50
|
+
"@dicebear/croodles-neutral": "^5.0.0-beta.1",
|
|
51
|
+
"@dicebear/fun-emoji": "^5.0.0-beta.1",
|
|
52
|
+
"@dicebear/icons": "^5.0.0-beta.1",
|
|
53
|
+
"@dicebear/identicon": "^5.0.0-beta.1",
|
|
54
|
+
"@dicebear/initials": "^5.0.0-beta.1",
|
|
55
|
+
"@dicebear/lorelei": "^5.0.0-beta.1",
|
|
56
|
+
"@dicebear/lorelei-neutral": "^5.0.0-beta.1",
|
|
57
|
+
"@dicebear/micah": "^5.0.0-beta.1",
|
|
58
|
+
"@dicebear/miniavs": "^5.0.0-beta.1",
|
|
59
|
+
"@dicebear/open-peeps": "^5.0.0-beta.1",
|
|
60
|
+
"@dicebear/personas": "^5.0.0-beta.1",
|
|
61
|
+
"@dicebear/pixel-art": "^5.0.0-beta.1",
|
|
62
|
+
"@dicebear/pixel-art-neutral": "^5.0.0-beta.1"
|
|
56
63
|
},
|
|
57
64
|
"devDependencies": {
|
|
58
|
-
"@dicebear/core": "^5.0.0-
|
|
59
|
-
"@
|
|
60
|
-
"
|
|
61
|
-
"
|
|
62
|
-
"
|
|
63
|
-
"parcel": "^2.0.1",
|
|
64
|
-
"shx": "^0.3.3",
|
|
65
|
-
"typescript": "^4.5.2"
|
|
65
|
+
"@dicebear/core": "^5.0.0-beta.1",
|
|
66
|
+
"@tsconfig/recommended": "^1.0.1",
|
|
67
|
+
"del-cli": "^4.0.1",
|
|
68
|
+
"typescript": "^4.6.3",
|
|
69
|
+
"uvu": "^0.5.3"
|
|
66
70
|
},
|
|
67
71
|
"peerDependencies": {
|
|
68
|
-
"@dicebear/core": "^5.0.0-alpha.
|
|
72
|
+
"@dicebear/core": "^5.0.0-alpha.10"
|
|
73
|
+
},
|
|
74
|
+
"engines": {
|
|
75
|
+
"node": "^14.13.1 || >=16.0.0"
|
|
69
76
|
},
|
|
70
77
|
"publishConfig": {
|
|
71
78
|
"access": "public"
|
|
72
79
|
},
|
|
73
|
-
"gitHead": "
|
|
80
|
+
"gitHead": "c65209e190504abaf8ab2f3903846341476a04ed"
|
|
74
81
|
}
|
package/dist/index.d.ts
DELETED
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
import * as adventurer from "@dicebear/adventurer";
|
|
2
|
-
import * as adventurerNeutral from "@dicebear/adventurer-neutral";
|
|
3
|
-
import * as avataaars from "@dicebear/avataaars";
|
|
4
|
-
import * as avataaarsNeutral from "@dicebear/avataaars-neutral";
|
|
5
|
-
import * as bottts from "@dicebear/bottts";
|
|
6
|
-
import * as botttsNeutral from "@dicebear/bottts-neutral";
|
|
7
|
-
import * as gridy from "@dicebear/gridy";
|
|
8
|
-
import * as identicon from "@dicebear/identicon";
|
|
9
|
-
import * as initials from "@dicebear/initials";
|
|
10
|
-
import * as shapes from "@dicebear/shapes";
|
|
11
|
-
import * as micah from "@dicebear/micah";
|
|
12
|
-
import * as croodles from "@dicebear/croodles";
|
|
13
|
-
import * as croodlesNeutral from "@dicebear/croodles-neutral";
|
|
14
|
-
import * as pixelArt from "@dicebear/pixel-art";
|
|
15
|
-
import * as pixelArtNeutral from "@dicebear/pixel-art-neutral";
|
|
16
|
-
import * as openPeeps from "@dicebear/open-peeps";
|
|
17
|
-
import * as personas from "@dicebear/personas";
|
|
18
|
-
import * as miniavs from "@dicebear/miniavs";
|
|
19
|
-
import * as bigSmile from "@dicebear/big-smile";
|
|
20
|
-
import * as bigEars from "@dicebear/big-ears";
|
|
21
|
-
import * as bigEarsNeutral from "@dicebear/big-ears-neutral";
|
|
22
|
-
export { adventurer, adventurerNeutral, avataaars, avataaarsNeutral, bottts, botttsNeutral, gridy, identicon, initials, shapes, micah, croodles, croodlesNeutral, pixelArt, pixelArtNeutral, openPeeps, personas, miniavs, bigSmile, bigEars, bigEarsNeutral };
|
|
23
|
-
|
|
24
|
-
//# sourceMappingURL=index.d.ts.map
|
package/dist/index.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"mappings":";;;;;;;;;;;;;;;;;;;;;AAsBA,OAAO,EACL,UAAU,EACV,iBAAiB,EACjB,SAAS,EACT,gBAAgB,EAChB,MAAM,EACN,aAAa,EACb,KAAK,EACL,SAAS,EACT,QAAQ,EACR,MAAM,EACN,KAAK,EACL,QAAQ,EACR,eAAe,EACf,QAAQ,EACR,eAAe,EACf,SAAS,EACT,QAAQ,EACR,OAAO,EACP,QAAQ,EACR,OAAO,EACP,cAAc,EACf,CAAC","sources":["packages/@dicebear/collection/src/src/index.ts","packages/@dicebear/collection/src/index.ts"],"sourcesContent":[null,"import * as adventurer from '@dicebear/adventurer';\nimport * as adventurerNeutral from '@dicebear/adventurer-neutral';\nimport * as avataaars from '@dicebear/avataaars';\nimport * as avataaarsNeutral from '@dicebear/avataaars-neutral';\nimport * as bottts from '@dicebear/bottts';\nimport * as botttsNeutral from '@dicebear/bottts-neutral';\nimport * as gridy from '@dicebear/gridy';\nimport * as identicon from '@dicebear/identicon';\nimport * as initials from '@dicebear/initials';\nimport * as shapes from '@dicebear/shapes';\nimport * as micah from '@dicebear/micah';\nimport * as croodles from '@dicebear/croodles';\nimport * as croodlesNeutral from '@dicebear/croodles-neutral';\nimport * as pixelArt from '@dicebear/pixel-art';\nimport * as pixelArtNeutral from '@dicebear/pixel-art-neutral';\nimport * as openPeeps from '@dicebear/open-peeps';\nimport * as personas from '@dicebear/personas';\nimport * as miniavs from '@dicebear/miniavs';\nimport * as bigSmile from '@dicebear/big-smile';\nimport * as bigEars from '@dicebear/big-ears';\nimport * as bigEarsNeutral from '@dicebear/big-ears-neutral';\n\nexport {\n adventurer,\n adventurerNeutral,\n avataaars,\n avataaarsNeutral,\n bottts,\n botttsNeutral,\n gridy,\n identicon,\n initials,\n shapes,\n micah,\n croodles,\n croodlesNeutral,\n pixelArt,\n pixelArtNeutral,\n openPeeps,\n personas,\n miniavs,\n bigSmile,\n bigEars,\n bigEarsNeutral,\n};\n"],"names":[],"version":3,"file":"index.d.ts.map"}
|
package/dist/index.es.js
DELETED
|
@@ -1,47 +0,0 @@
|
|
|
1
|
-
import * as $ae330e9028614975$re_export$adventurer from "@dicebear/adventurer";
|
|
2
|
-
import * as $ae330e9028614975$re_export$adventurerNeutral from "@dicebear/adventurer-neutral";
|
|
3
|
-
import * as $ae330e9028614975$re_export$avataaars from "@dicebear/avataaars";
|
|
4
|
-
import * as $ae330e9028614975$re_export$avataaarsNeutral from "@dicebear/avataaars-neutral";
|
|
5
|
-
import * as $ae330e9028614975$re_export$bottts from "@dicebear/bottts";
|
|
6
|
-
import * as $ae330e9028614975$re_export$botttsNeutral from "@dicebear/bottts-neutral";
|
|
7
|
-
import * as $ae330e9028614975$re_export$gridy from "@dicebear/gridy";
|
|
8
|
-
import * as $ae330e9028614975$re_export$identicon from "@dicebear/identicon";
|
|
9
|
-
import * as $ae330e9028614975$re_export$initials from "@dicebear/initials";
|
|
10
|
-
import * as $ae330e9028614975$re_export$shapes from "@dicebear/shapes";
|
|
11
|
-
import * as $ae330e9028614975$re_export$micah from "@dicebear/micah";
|
|
12
|
-
import * as $ae330e9028614975$re_export$croodles from "@dicebear/croodles";
|
|
13
|
-
import * as $ae330e9028614975$re_export$croodlesNeutral from "@dicebear/croodles-neutral";
|
|
14
|
-
import * as $ae330e9028614975$re_export$pixelArt from "@dicebear/pixel-art";
|
|
15
|
-
import * as $ae330e9028614975$re_export$pixelArtNeutral from "@dicebear/pixel-art-neutral";
|
|
16
|
-
import * as $ae330e9028614975$re_export$openPeeps from "@dicebear/open-peeps";
|
|
17
|
-
import * as $ae330e9028614975$re_export$personas from "@dicebear/personas";
|
|
18
|
-
import * as $ae330e9028614975$re_export$miniavs from "@dicebear/miniavs";
|
|
19
|
-
import * as $ae330e9028614975$re_export$bigSmile from "@dicebear/big-smile";
|
|
20
|
-
import * as $ae330e9028614975$re_export$bigEars from "@dicebear/big-ears";
|
|
21
|
-
import * as $ae330e9028614975$re_export$bigEarsNeutral from "@dicebear/big-ears-neutral";
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
export {$ae330e9028614975$re_export$adventurer as adventurer, $ae330e9028614975$re_export$adventurerNeutral as adventurerNeutral, $ae330e9028614975$re_export$avataaars as avataaars, $ae330e9028614975$re_export$avataaarsNeutral as avataaarsNeutral, $ae330e9028614975$re_export$bottts as bottts, $ae330e9028614975$re_export$botttsNeutral as botttsNeutral, $ae330e9028614975$re_export$gridy as gridy, $ae330e9028614975$re_export$identicon as identicon, $ae330e9028614975$re_export$initials as initials, $ae330e9028614975$re_export$shapes as shapes, $ae330e9028614975$re_export$micah as micah, $ae330e9028614975$re_export$croodles as croodles, $ae330e9028614975$re_export$croodlesNeutral as croodlesNeutral, $ae330e9028614975$re_export$pixelArt as pixelArt, $ae330e9028614975$re_export$pixelArtNeutral as pixelArtNeutral, $ae330e9028614975$re_export$openPeeps as openPeeps, $ae330e9028614975$re_export$personas as personas, $ae330e9028614975$re_export$miniavs as miniavs, $ae330e9028614975$re_export$bigSmile as bigSmile, $ae330e9028614975$re_export$bigEars as bigEars, $ae330e9028614975$re_export$bigEarsNeutral as bigEarsNeutral};
|
|
47
|
-
//# sourceMappingURL=index.es.js.map
|
package/dist/index.es.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"mappings":"","sources":["packages/@dicebear/collection/src/index.ts"],"sourcesContent":["import * as adventurer from '@dicebear/adventurer';\nimport * as adventurerNeutral from '@dicebear/adventurer-neutral';\nimport * as avataaars from '@dicebear/avataaars';\nimport * as avataaarsNeutral from '@dicebear/avataaars-neutral';\nimport * as bottts from '@dicebear/bottts';\nimport * as botttsNeutral from '@dicebear/bottts-neutral';\nimport * as gridy from '@dicebear/gridy';\nimport * as identicon from '@dicebear/identicon';\nimport * as initials from '@dicebear/initials';\nimport * as shapes from '@dicebear/shapes';\nimport * as micah from '@dicebear/micah';\nimport * as croodles from '@dicebear/croodles';\nimport * as croodlesNeutral from '@dicebear/croodles-neutral';\nimport * as pixelArt from '@dicebear/pixel-art';\nimport * as pixelArtNeutral from '@dicebear/pixel-art-neutral';\nimport * as openPeeps from '@dicebear/open-peeps';\nimport * as personas from '@dicebear/personas';\nimport * as miniavs from '@dicebear/miniavs';\nimport * as bigSmile from '@dicebear/big-smile';\nimport * as bigEars from '@dicebear/big-ears';\nimport * as bigEarsNeutral from '@dicebear/big-ears-neutral';\n\nexport {\n adventurer,\n adventurerNeutral,\n avataaars,\n avataaarsNeutral,\n bottts,\n botttsNeutral,\n gridy,\n identicon,\n initials,\n shapes,\n micah,\n croodles,\n croodlesNeutral,\n pixelArt,\n pixelArtNeutral,\n openPeeps,\n personas,\n miniavs,\n bigSmile,\n bigEars,\n bigEarsNeutral,\n};\n"],"names":[],"version":3,"file":"index.es.js.map"}
|
package/dist/index.js
DELETED
|
@@ -1,71 +0,0 @@
|
|
|
1
|
-
var $iqXQb$dicebearadventurer = require("@dicebear/adventurer");
|
|
2
|
-
var $iqXQb$dicebearadventurerneutral = require("@dicebear/adventurer-neutral");
|
|
3
|
-
var $iqXQb$dicebearavataaars = require("@dicebear/avataaars");
|
|
4
|
-
var $iqXQb$dicebearavataaarsneutral = require("@dicebear/avataaars-neutral");
|
|
5
|
-
var $iqXQb$dicebearbottts = require("@dicebear/bottts");
|
|
6
|
-
var $iqXQb$dicebearbotttsneutral = require("@dicebear/bottts-neutral");
|
|
7
|
-
var $iqXQb$dicebeargridy = require("@dicebear/gridy");
|
|
8
|
-
var $iqXQb$dicebearidenticon = require("@dicebear/identicon");
|
|
9
|
-
var $iqXQb$dicebearinitials = require("@dicebear/initials");
|
|
10
|
-
var $iqXQb$dicebearshapes = require("@dicebear/shapes");
|
|
11
|
-
var $iqXQb$dicebearmicah = require("@dicebear/micah");
|
|
12
|
-
var $iqXQb$dicebearcroodles = require("@dicebear/croodles");
|
|
13
|
-
var $iqXQb$dicebearcroodlesneutral = require("@dicebear/croodles-neutral");
|
|
14
|
-
var $iqXQb$dicebearpixelart = require("@dicebear/pixel-art");
|
|
15
|
-
var $iqXQb$dicebearpixelartneutral = require("@dicebear/pixel-art-neutral");
|
|
16
|
-
var $iqXQb$dicebearopenpeeps = require("@dicebear/open-peeps");
|
|
17
|
-
var $iqXQb$dicebearpersonas = require("@dicebear/personas");
|
|
18
|
-
var $iqXQb$dicebearminiavs = require("@dicebear/miniavs");
|
|
19
|
-
var $iqXQb$dicebearbigsmile = require("@dicebear/big-smile");
|
|
20
|
-
var $iqXQb$dicebearbigears = require("@dicebear/big-ears");
|
|
21
|
-
var $iqXQb$dicebearbigearsneutral = require("@dicebear/big-ears-neutral");
|
|
22
|
-
|
|
23
|
-
function $parcel$export(e, n, v, s) {
|
|
24
|
-
Object.defineProperty(e, n, {get: v, set: s, enumerable: true, configurable: true});
|
|
25
|
-
}
|
|
26
|
-
|
|
27
|
-
$parcel$export(module.exports, "adventurer", function () { return $5089fad42d572689$re_export$adventurer; });
|
|
28
|
-
$parcel$export(module.exports, "adventurerNeutral", function () { return $5089fad42d572689$re_export$adventurerNeutral; });
|
|
29
|
-
$parcel$export(module.exports, "avataaars", function () { return $5089fad42d572689$re_export$avataaars; });
|
|
30
|
-
$parcel$export(module.exports, "avataaarsNeutral", function () { return $5089fad42d572689$re_export$avataaarsNeutral; });
|
|
31
|
-
$parcel$export(module.exports, "bottts", function () { return $5089fad42d572689$re_export$bottts; });
|
|
32
|
-
$parcel$export(module.exports, "botttsNeutral", function () { return $5089fad42d572689$re_export$botttsNeutral; });
|
|
33
|
-
$parcel$export(module.exports, "gridy", function () { return $5089fad42d572689$re_export$gridy; });
|
|
34
|
-
$parcel$export(module.exports, "identicon", function () { return $5089fad42d572689$re_export$identicon; });
|
|
35
|
-
$parcel$export(module.exports, "initials", function () { return $5089fad42d572689$re_export$initials; });
|
|
36
|
-
$parcel$export(module.exports, "shapes", function () { return $5089fad42d572689$re_export$shapes; });
|
|
37
|
-
$parcel$export(module.exports, "micah", function () { return $5089fad42d572689$re_export$micah; });
|
|
38
|
-
$parcel$export(module.exports, "croodles", function () { return $5089fad42d572689$re_export$croodles; });
|
|
39
|
-
$parcel$export(module.exports, "croodlesNeutral", function () { return $5089fad42d572689$re_export$croodlesNeutral; });
|
|
40
|
-
$parcel$export(module.exports, "pixelArt", function () { return $5089fad42d572689$re_export$pixelArt; });
|
|
41
|
-
$parcel$export(module.exports, "pixelArtNeutral", function () { return $5089fad42d572689$re_export$pixelArtNeutral; });
|
|
42
|
-
$parcel$export(module.exports, "openPeeps", function () { return $5089fad42d572689$re_export$openPeeps; });
|
|
43
|
-
$parcel$export(module.exports, "personas", function () { return $5089fad42d572689$re_export$personas; });
|
|
44
|
-
$parcel$export(module.exports, "miniavs", function () { return $5089fad42d572689$re_export$miniavs; });
|
|
45
|
-
$parcel$export(module.exports, "bigSmile", function () { return $5089fad42d572689$re_export$bigSmile; });
|
|
46
|
-
$parcel$export(module.exports, "bigEars", function () { return $5089fad42d572689$re_export$bigEars; });
|
|
47
|
-
$parcel$export(module.exports, "bigEarsNeutral", function () { return $5089fad42d572689$re_export$bigEarsNeutral; });
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
//# sourceMappingURL=index.js.map
|
package/dist/index.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"mappings":"","sources":["packages/@dicebear/collection/src/index.ts"],"sourcesContent":["import * as adventurer from '@dicebear/adventurer';\nimport * as adventurerNeutral from '@dicebear/adventurer-neutral';\nimport * as avataaars from '@dicebear/avataaars';\nimport * as avataaarsNeutral from '@dicebear/avataaars-neutral';\nimport * as bottts from '@dicebear/bottts';\nimport * as botttsNeutral from '@dicebear/bottts-neutral';\nimport * as gridy from '@dicebear/gridy';\nimport * as identicon from '@dicebear/identicon';\nimport * as initials from '@dicebear/initials';\nimport * as shapes from '@dicebear/shapes';\nimport * as micah from '@dicebear/micah';\nimport * as croodles from '@dicebear/croodles';\nimport * as croodlesNeutral from '@dicebear/croodles-neutral';\nimport * as pixelArt from '@dicebear/pixel-art';\nimport * as pixelArtNeutral from '@dicebear/pixel-art-neutral';\nimport * as openPeeps from '@dicebear/open-peeps';\nimport * as personas from '@dicebear/personas';\nimport * as miniavs from '@dicebear/miniavs';\nimport * as bigSmile from '@dicebear/big-smile';\nimport * as bigEars from '@dicebear/big-ears';\nimport * as bigEarsNeutral from '@dicebear/big-ears-neutral';\n\nexport {\n adventurer,\n adventurerNeutral,\n avataaars,\n avataaarsNeutral,\n bottts,\n botttsNeutral,\n gridy,\n identicon,\n initials,\n shapes,\n micah,\n croodles,\n croodlesNeutral,\n pixelArt,\n pixelArtNeutral,\n openPeeps,\n personas,\n miniavs,\n bigSmile,\n bigEars,\n bigEarsNeutral,\n};\n"],"names":[],"version":3,"file":"index.js.map"}
|