@dicebear/collection 5.0.0-alpha.9 → 5.0.0-beta.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.
- package/LICENSE +1 -1
- package/README.md +1 -1
- package/lib/index.d.ts +23 -0
- package/lib/index.js +23 -0
- package/package.json +44 -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/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,71 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dicebear/collection",
|
|
3
|
-
"version": "5.0.0-
|
|
4
|
-
"description": "
|
|
3
|
+
"version": "5.0.0-beta.0",
|
|
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
|
-
"main": "dist/index.js",
|
|
22
|
-
"module": "dist/index.es.js",
|
|
23
|
-
"types": "dist/index.d.ts",
|
|
16
|
+
"type": "module",
|
|
17
|
+
"exports": "./lib/index.js",
|
|
18
|
+
"types": "./lib/index.d.ts",
|
|
24
19
|
"files": [
|
|
25
20
|
"LICENSE",
|
|
26
|
-
"
|
|
27
|
-
"
|
|
21
|
+
"lib",
|
|
22
|
+
"README.md"
|
|
28
23
|
],
|
|
29
24
|
"scripts": {
|
|
30
|
-
"
|
|
31
|
-
"
|
|
32
|
-
"
|
|
25
|
+
"prebuild": "del-cli lib",
|
|
26
|
+
"build": "tsc",
|
|
27
|
+
"prepublishOnly": "npm run build"
|
|
33
28
|
},
|
|
34
29
|
"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/
|
|
30
|
+
"@dicebear/adventurer": "^5.0.0-beta.0",
|
|
31
|
+
"@dicebear/adventurer-neutral": "^5.0.0-beta.0",
|
|
32
|
+
"@dicebear/avataaars": "^5.0.0-beta.0",
|
|
33
|
+
"@dicebear/avataaars-neutral": "^5.0.0-beta.0",
|
|
34
|
+
"@dicebear/big-ears": "^5.0.0-beta.0",
|
|
35
|
+
"@dicebear/big-ears-neutral": "^5.0.0-beta.0",
|
|
36
|
+
"@dicebear/big-smile": "^5.0.0-beta.0",
|
|
37
|
+
"@dicebear/bottts": "^5.0.0-beta.0",
|
|
38
|
+
"@dicebear/bottts-neutral": "^5.0.0-beta.0",
|
|
39
|
+
"@dicebear/croodles": "^5.0.0-beta.0",
|
|
40
|
+
"@dicebear/croodles-neutral": "^5.0.0-beta.0",
|
|
41
|
+
"@dicebear/fun-emoji": "^5.0.0-beta.0",
|
|
42
|
+
"@dicebear/icons": "^5.0.0-beta.0",
|
|
43
|
+
"@dicebear/identicon": "^5.0.0-beta.0",
|
|
44
|
+
"@dicebear/initials": "^5.0.0-beta.0",
|
|
45
|
+
"@dicebear/lorelei": "^5.0.0-beta.0",
|
|
46
|
+
"@dicebear/lorelei-neutral": "^5.0.0-beta.0",
|
|
47
|
+
"@dicebear/micah": "^5.0.0-beta.0",
|
|
48
|
+
"@dicebear/miniavs": "^5.0.0-beta.0",
|
|
49
|
+
"@dicebear/open-peeps": "^5.0.0-beta.0",
|
|
50
|
+
"@dicebear/personas": "^5.0.0-beta.0",
|
|
51
|
+
"@dicebear/pixel-art": "^5.0.0-beta.0",
|
|
52
|
+
"@dicebear/pixel-art-neutral": "^5.0.0-beta.0"
|
|
56
53
|
},
|
|
57
54
|
"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"
|
|
55
|
+
"@dicebear/core": "^5.0.0-beta.0",
|
|
56
|
+
"@tsconfig/recommended": "^1.0.1",
|
|
57
|
+
"del-cli": "^4.0.1",
|
|
58
|
+
"typescript": "^4.6.3",
|
|
59
|
+
"uvu": "^0.5.3"
|
|
66
60
|
},
|
|
67
61
|
"peerDependencies": {
|
|
68
|
-
"@dicebear/core": "^5.0.0-alpha.
|
|
62
|
+
"@dicebear/core": "^5.0.0-alpha.10"
|
|
63
|
+
},
|
|
64
|
+
"engines": {
|
|
65
|
+
"node": "^14.13.1 || >=16.0.0"
|
|
69
66
|
},
|
|
70
67
|
"publishConfig": {
|
|
71
68
|
"access": "public"
|
|
72
69
|
},
|
|
73
|
-
"gitHead": "
|
|
70
|
+
"gitHead": "f939afabe6ade034e344b1983caa21de49873dda"
|
|
74
71
|
}
|
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"}
|