@dicebear/core 5.0.1 → 5.0.2
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 +24 -8
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -1,10 +1,26 @@
|
|
|
1
|
-
<h1
|
|
2
|
-
<p align="center">
|
|
3
|
-
<strong>DiceBear is an avatar library for designers and developers.</strong>
|
|
4
|
-
</p>
|
|
1
|
+
<h1><img src="https://dicebear.com/logo-readme.svg" width="28" /> DiceBear</h1>
|
|
5
2
|
|
|
6
|
-
<p
|
|
7
|
-
<
|
|
8
|
-
|
|
9
|
-
|
|
3
|
+
<p>
|
|
4
|
+
<img src="https://api.dicebear.com/5.x/adventurer/svg?seed=Mimi&backgroundColor=0077b6&radius=10" width="64" />
|
|
5
|
+
<img src="https://api.dicebear.com/5.x/open-peeps/svg?seed=Kitty&backgroundColor=0096c7&radius=10" width="64" />
|
|
6
|
+
<img src="https://api.dicebear.com/5.x/pixel-art/svg?seed=Lilly&backgroundColor=00b4d8&radius=10" width="64" />
|
|
7
|
+
<img src="https://api.dicebear.com/5.x/lorelei/svg?seed=Tigger&backgroundColor=48cae4&radius=10" width="64" />
|
|
8
|
+
<img src="https://api.dicebear.com/5.x/bottts/svg?seed=Zoe&backgroundColor=90e0ef&radius=10" width="64" />
|
|
9
|
+
<img src="https://api.dicebear.com/5.x/initials/svg?seed=..&backgroundColor=ade8f4&radius=10" width="64" />
|
|
10
10
|
</p>
|
|
11
|
+
|
|
12
|
+
With DiceBear you can create awesome avatars for your project in no time.
|
|
13
|
+
Whether you are looking for abstract shapes or lovingly designed characters, you
|
|
14
|
+
will find something suitable among our avatar styles. And no matter how and for
|
|
15
|
+
what you want to use the avatars, DiceBear offers the right solution!
|
|
16
|
+
|
|
17
|
+
In addition to purely random avatars, you can also create deterministic avatars
|
|
18
|
+
for user identities. With the built-in PRNG you create the same avatar over and
|
|
19
|
+
over again based on a seed. But also individual avatars are possible! Just use
|
|
20
|
+
the countless options that each avatar style provides.
|
|
21
|
+
|
|
22
|
+
And thanks to the JavaScript library, HTTP API, CLI, Figma plugin and
|
|
23
|
+
Playground, your next avatar is always just a stone's throw away!
|
|
24
|
+
|
|
25
|
+
[Playground](https://dicebear.com/playground) |
|
|
26
|
+
[Documentation](https://dicebear.com/introduction)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dicebear/core",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.2",
|
|
4
4
|
"description": "An avatar library for designers and developers.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"avatar",
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"test": "uvu tests"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@dicebear/converter": "^5.0.
|
|
35
|
+
"@dicebear/converter": "^5.0.2"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
38
|
"@tsconfig/recommended": "^1.0.1",
|
|
@@ -46,5 +46,5 @@
|
|
|
46
46
|
"publishConfig": {
|
|
47
47
|
"access": "public"
|
|
48
48
|
},
|
|
49
|
-
"gitHead": "
|
|
49
|
+
"gitHead": "dbf7cf17531995f0981b8e15e21e66a72204faff"
|
|
50
50
|
}
|