@dicebear/initials 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.
Files changed (2) hide show
  1. package/README.md +22 -2
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -1,6 +1,26 @@
1
- <h1 align="center"><img src="https://api.dicebear.com/5.x/initials/svg?seed=initials" width="124" /> <br />initials</h1>
1
+ <h1 align="center"><img src="https://dicebear.com/logo-readme.svg" width="96" /> <br />DiceBear Initials</h1>
2
2
  <p align="center">
3
- <strong>Avatar Style for <a href="https://dicebear.com/">DiceBear</a>.</strong>
3
+ <strong>Avatar Style for <a href="https://dicebear.com/">DiceBear</a></strong><br />
4
+ <a href="https://dicebear.com">Initials</a> by <a href="https://dicebear.com">Florian Körner</a>
5
+ </p>
6
+
7
+ <p align="center">
8
+ <img src="https://api.dicebear.com/5.x/initials/svg?seed=Mimi" width="64" />
9
+ <img src="https://api.dicebear.com/5.x/initials/svg?seed=Sasha" width="64" />
10
+ <img src="https://api.dicebear.com/5.x/initials/svg?seed=Lilly" width="64" />
11
+ <img src="https://api.dicebear.com/5.x/initials/svg?seed=Tigger" width="64" />
12
+ <img src="https://api.dicebear.com/5.x/initials/svg?seed=Bella" width="64" />
13
+ <img src="https://api.dicebear.com/5.x/initials/svg?seed=Zoe" width="64" />
14
+ <img src="https://api.dicebear.com/5.x/initials/svg?seed=Kitty" width="64" />
15
+ </p>
16
+
17
+ <p align="center">
18
+ The avatar style is based on <a href="https://dicebear.com">Initials</a> by
19
+ <a href="https://dicebear.com">Florian Körner</a>, licensed under
20
+ <a href="https://creativecommons.org/publicdomain/zero/1.0/">CC0 1.0</a>. / Remix of the original.
21
+ </p>
22
+ <p align="center">
23
+ See <a href="https://dicebear.com/licenses">license overview</a> for more information.
4
24
  </p>
5
25
 
6
26
  <p align="center">
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dicebear/initials",
3
- "version": "5.0.1",
3
+ "version": "5.0.2",
4
4
  "description": "Initials avatar style for DiceBear",
5
5
  "keywords": [
6
6
  "dicebear"
@@ -29,7 +29,7 @@
29
29
  "test": "uvu tests"
30
30
  },
31
31
  "devDependencies": {
32
- "@dicebear/core": "^5.0.1",
32
+ "@dicebear/core": "^5.0.2",
33
33
  "@tsconfig/recommended": "^1.0.1",
34
34
  "del-cli": "^4.0.1",
35
35
  "typescript": "^4.6.3",
@@ -44,5 +44,5 @@
44
44
  "publishConfig": {
45
45
  "access": "public"
46
46
  },
47
- "gitHead": "2853e690ca9908cf78108bad39284c9de15a471e"
47
+ "gitHead": "dbf7cf17531995f0981b8e15e21e66a72204faff"
48
48
  }