@dicebear/core 5.3.4 → 6.0.0-alpha.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/README.md +6 -6
- package/lib/schema.js +0 -1
- package/package.json +8 -7
package/README.md
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
<h1><img src="https://dicebear.com/logo-readme.svg" width="28" /> DiceBear</h1>
|
|
2
2
|
|
|
3
3
|
<p>
|
|
4
|
-
<img src="https://api.dicebear.com/
|
|
5
|
-
<img src="https://api.dicebear.com/
|
|
6
|
-
<img src="https://api.dicebear.com/
|
|
7
|
-
<img src="https://api.dicebear.com/
|
|
8
|
-
<img src="https://api.dicebear.com/
|
|
9
|
-
<img src="https://api.dicebear.com/
|
|
4
|
+
<img src="https://api.dicebear.com/6.x/adventurer/svg?seed=Mimi&backgroundColor=0077b6&radius=10" width="64" />
|
|
5
|
+
<img src="https://api.dicebear.com/6.x/open-peeps/svg?seed=Kitty&backgroundColor=0096c7&radius=10" width="64" />
|
|
6
|
+
<img src="https://api.dicebear.com/6.x/pixel-art/svg?seed=Lilly&backgroundColor=00b4d8&radius=10" width="64" />
|
|
7
|
+
<img src="https://api.dicebear.com/6.x/lorelei/svg?seed=Tigger&backgroundColor=48cae4&radius=10" width="64" />
|
|
8
|
+
<img src="https://api.dicebear.com/6.x/bottts/svg?seed=Zoe&backgroundColor=90e0ef&radius=10" width="64" />
|
|
9
|
+
<img src="https://api.dicebear.com/6.x/initials/svg?seed=..&backgroundColor=ade8f4&radius=10" width="64" />
|
|
10
10
|
</p>
|
|
11
11
|
|
|
12
12
|
With DiceBear you can create awesome avatars for your project in no time.
|
package/lib/schema.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dicebear/core",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "6.0.0-alpha.1",
|
|
4
4
|
"description": "An avatar library for designers and developers.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"avatar",
|
|
@@ -32,19 +32,20 @@
|
|
|
32
32
|
"test": "uvu tests"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@dicebear/converter": "
|
|
35
|
+
"@dicebear/converter": "6.0.0-alpha.1",
|
|
36
|
+
"@types/json-schema": "^7.0.11"
|
|
36
37
|
},
|
|
37
38
|
"devDependencies": {
|
|
38
|
-
"@tsconfig/recommended": "^1.0.
|
|
39
|
+
"@tsconfig/recommended": "^1.0.2",
|
|
39
40
|
"del-cli": "^5.0.0",
|
|
40
|
-
"typescript": "^4.
|
|
41
|
-
"uvu": "^0.5.
|
|
41
|
+
"typescript": "^4.9.5",
|
|
42
|
+
"uvu": "^0.5.6"
|
|
42
43
|
},
|
|
43
44
|
"engines": {
|
|
44
|
-
"node": "
|
|
45
|
+
"node": ">=16.0.0"
|
|
45
46
|
},
|
|
46
47
|
"publishConfig": {
|
|
47
48
|
"access": "public"
|
|
48
49
|
},
|
|
49
|
-
"gitHead": "
|
|
50
|
+
"gitHead": "564a3d5154cbb9fad08d95e28beec2b6bdcdcbba"
|
|
50
51
|
}
|