@dicebear/collection 5.0.0-alpha.10 → 5.0.0-alpha.14
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/lib/index.d.ts +21 -0
- package/lib/index.js +21 -0
- package/package.json +42 -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/lib/index.d.ts
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
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 bottts from '@dicebear/bottts';
|
|
6
|
+
export * as botttsNeutral from '@dicebear/bottts-neutral';
|
|
7
|
+
export * as icons from '@dicebear/icons';
|
|
8
|
+
export * as identicon from '@dicebear/identicon';
|
|
9
|
+
export * as initials from '@dicebear/initials';
|
|
10
|
+
export * as micah from '@dicebear/micah';
|
|
11
|
+
export * as croodles from '@dicebear/croodles';
|
|
12
|
+
export * as croodlesNeutral from '@dicebear/croodles-neutral';
|
|
13
|
+
export * as pixelArt from '@dicebear/pixel-art';
|
|
14
|
+
export * as pixelArtNeutral from '@dicebear/pixel-art-neutral';
|
|
15
|
+
export * as openPeeps from '@dicebear/open-peeps';
|
|
16
|
+
export * as personas from '@dicebear/personas';
|
|
17
|
+
export * as miniavs from '@dicebear/miniavs';
|
|
18
|
+
export * as bigSmile from '@dicebear/big-smile';
|
|
19
|
+
export * as bigEars from '@dicebear/big-ears';
|
|
20
|
+
export * as bigEarsNeutral from '@dicebear/big-ears-neutral';
|
|
21
|
+
export * as funEmoji from '@dicebear/fun-emoji';
|
package/lib/index.js
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
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 bottts from '@dicebear/bottts';
|
|
6
|
+
export * as botttsNeutral from '@dicebear/bottts-neutral';
|
|
7
|
+
export * as icons from '@dicebear/icons';
|
|
8
|
+
export * as identicon from '@dicebear/identicon';
|
|
9
|
+
export * as initials from '@dicebear/initials';
|
|
10
|
+
export * as micah from '@dicebear/micah';
|
|
11
|
+
export * as croodles from '@dicebear/croodles';
|
|
12
|
+
export * as croodlesNeutral from '@dicebear/croodles-neutral';
|
|
13
|
+
export * as pixelArt from '@dicebear/pixel-art';
|
|
14
|
+
export * as pixelArtNeutral from '@dicebear/pixel-art-neutral';
|
|
15
|
+
export * as openPeeps from '@dicebear/open-peeps';
|
|
16
|
+
export * as personas from '@dicebear/personas';
|
|
17
|
+
export * as miniavs from '@dicebear/miniavs';
|
|
18
|
+
export * as bigSmile from '@dicebear/big-smile';
|
|
19
|
+
export * as bigEars from '@dicebear/big-ears';
|
|
20
|
+
export * as bigEarsNeutral from '@dicebear/big-ears-neutral';
|
|
21
|
+
export * as funEmoji from '@dicebear/fun-emoji';
|
package/package.json
CHANGED
|
@@ -1,75 +1,70 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dicebear/collection",
|
|
3
|
-
"version": "5.0.0-alpha.
|
|
4
|
-
"description": "
|
|
3
|
+
"version": "5.0.0-alpha.14",
|
|
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
|
-
"
|
|
33
|
-
"postbuild": "node ./build/parcel-cjs-fix.js"
|
|
25
|
+
"prebuild": "del-cli lib",
|
|
26
|
+
"build": "tsc",
|
|
27
|
+
"prepublishOnly": "npm run build"
|
|
34
28
|
},
|
|
35
29
|
"dependencies": {
|
|
36
|
-
"@dicebear/adventurer": "^5.0.0-alpha.
|
|
37
|
-
"@dicebear/adventurer-neutral": "^5.0.0-alpha.
|
|
38
|
-
"@dicebear/avataaars": "^5.0.0-alpha.
|
|
39
|
-
"@dicebear/avataaars-neutral": "^5.0.0-alpha.
|
|
40
|
-
"@dicebear/big-ears": "^5.0.0-alpha.
|
|
41
|
-
"@dicebear/big-ears-neutral": "^5.0.0-alpha.
|
|
42
|
-
"@dicebear/big-smile": "^5.0.0-alpha.
|
|
43
|
-
"@dicebear/bottts": "^5.0.0-alpha.
|
|
44
|
-
"@dicebear/bottts-neutral": "^5.0.0-alpha.
|
|
45
|
-
"@dicebear/croodles": "^5.0.0-alpha.
|
|
46
|
-
"@dicebear/croodles-neutral": "^5.0.0-alpha.
|
|
47
|
-
"@dicebear/
|
|
48
|
-
"@dicebear/
|
|
49
|
-
"@dicebear/
|
|
50
|
-
"@dicebear/
|
|
51
|
-
"@dicebear/
|
|
52
|
-
"@dicebear/
|
|
53
|
-
"@dicebear/
|
|
54
|
-
"@dicebear/
|
|
55
|
-
"@dicebear/pixel-art
|
|
56
|
-
"@dicebear/
|
|
30
|
+
"@dicebear/adventurer": "^5.0.0-alpha.14",
|
|
31
|
+
"@dicebear/adventurer-neutral": "^5.0.0-alpha.14",
|
|
32
|
+
"@dicebear/avataaars": "^5.0.0-alpha.14",
|
|
33
|
+
"@dicebear/avataaars-neutral": "^5.0.0-alpha.14",
|
|
34
|
+
"@dicebear/big-ears": "^5.0.0-alpha.14",
|
|
35
|
+
"@dicebear/big-ears-neutral": "^5.0.0-alpha.14",
|
|
36
|
+
"@dicebear/big-smile": "^5.0.0-alpha.14",
|
|
37
|
+
"@dicebear/bottts": "^5.0.0-alpha.14",
|
|
38
|
+
"@dicebear/bottts-neutral": "^5.0.0-alpha.14",
|
|
39
|
+
"@dicebear/croodles": "^5.0.0-alpha.14",
|
|
40
|
+
"@dicebear/croodles-neutral": "^5.0.0-alpha.14",
|
|
41
|
+
"@dicebear/fun-emoji": "^5.0.0-alpha.14",
|
|
42
|
+
"@dicebear/icons": "^5.0.0-alpha.14",
|
|
43
|
+
"@dicebear/identicon": "^5.0.0-alpha.14",
|
|
44
|
+
"@dicebear/initials": "^5.0.0-alpha.14",
|
|
45
|
+
"@dicebear/micah": "^5.0.0-alpha.14",
|
|
46
|
+
"@dicebear/miniavs": "^5.0.0-alpha.14",
|
|
47
|
+
"@dicebear/open-peeps": "^5.0.0-alpha.14",
|
|
48
|
+
"@dicebear/personas": "^5.0.0-alpha.14",
|
|
49
|
+
"@dicebear/pixel-art": "^5.0.0-alpha.14",
|
|
50
|
+
"@dicebear/pixel-art-neutral": "^5.0.0-alpha.14"
|
|
57
51
|
},
|
|
58
52
|
"devDependencies": {
|
|
59
|
-
"@dicebear/core": "^5.0.0-alpha.
|
|
60
|
-
"@parcel/packager-ts": "^2.0.1",
|
|
61
|
-
"@parcel/transformer-typescript-types": "^2.0.1",
|
|
53
|
+
"@dicebear/core": "^5.0.0-alpha.14",
|
|
62
54
|
"@tsconfig/recommended": "^1.0.0",
|
|
63
|
-
"@types/
|
|
64
|
-
"
|
|
65
|
-
"
|
|
66
|
-
"
|
|
55
|
+
"@types/jest": "^26.0.22",
|
|
56
|
+
"del-cli": "^4.0.1",
|
|
57
|
+
"typescript": "^4.5.2",
|
|
58
|
+
"uvu": "^0.5.2"
|
|
67
59
|
},
|
|
68
60
|
"peerDependencies": {
|
|
69
|
-
"@dicebear/core": "^5.0.0-alpha.
|
|
61
|
+
"@dicebear/core": "^5.0.0-alpha.10"
|
|
62
|
+
},
|
|
63
|
+
"engines": {
|
|
64
|
+
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
70
65
|
},
|
|
71
66
|
"publishConfig": {
|
|
72
67
|
"access": "public"
|
|
73
68
|
},
|
|
74
|
-
"gitHead": "
|
|
69
|
+
"gitHead": "d5d0a634d035328c19eda3121496b2ad4f53850b"
|
|
75
70
|
}
|
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 $iqXQb$dicebearadventurer; });
|
|
28
|
-
$parcel$export(module.exports, "adventurerNeutral", function () { return $iqXQb$dicebearadventurerneutral; });
|
|
29
|
-
$parcel$export(module.exports, "avataaars", function () { return $iqXQb$dicebearavataaars; });
|
|
30
|
-
$parcel$export(module.exports, "avataaarsNeutral", function () { return $iqXQb$dicebearavataaarsneutral; });
|
|
31
|
-
$parcel$export(module.exports, "bottts", function () { return $iqXQb$dicebearbottts; });
|
|
32
|
-
$parcel$export(module.exports, "botttsNeutral", function () { return $iqXQb$dicebearbotttsneutral; });
|
|
33
|
-
$parcel$export(module.exports, "gridy", function () { return $iqXQb$dicebeargridy; });
|
|
34
|
-
$parcel$export(module.exports, "identicon", function () { return $iqXQb$dicebearidenticon; });
|
|
35
|
-
$parcel$export(module.exports, "initials", function () { return $iqXQb$dicebearinitials; });
|
|
36
|
-
$parcel$export(module.exports, "shapes", function () { return $iqXQb$dicebearshapes; });
|
|
37
|
-
$parcel$export(module.exports, "micah", function () { return $iqXQb$dicebearmicah; });
|
|
38
|
-
$parcel$export(module.exports, "croodles", function () { return $iqXQb$dicebearcroodles; });
|
|
39
|
-
$parcel$export(module.exports, "croodlesNeutral", function () { return $iqXQb$dicebearcroodlesneutral; });
|
|
40
|
-
$parcel$export(module.exports, "pixelArt", function () { return $iqXQb$dicebearpixelart; });
|
|
41
|
-
$parcel$export(module.exports, "pixelArtNeutral", function () { return $iqXQb$dicebearpixelartneutral; });
|
|
42
|
-
$parcel$export(module.exports, "openPeeps", function () { return $iqXQb$dicebearopenpeeps; });
|
|
43
|
-
$parcel$export(module.exports, "personas", function () { return $iqXQb$dicebearpersonas; });
|
|
44
|
-
$parcel$export(module.exports, "miniavs", function () { return $iqXQb$dicebearminiavs; });
|
|
45
|
-
$parcel$export(module.exports, "bigSmile", function () { return $iqXQb$dicebearbigsmile; });
|
|
46
|
-
$parcel$export(module.exports, "bigEars", function () { return $iqXQb$dicebearbigears; });
|
|
47
|
-
$parcel$export(module.exports, "bigEarsNeutral", function () { return $iqXQb$dicebearbigearsneutral; });
|
|
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"}
|