boring-avatars
Advanced tools
Comparing version 1.1.1 to 1.1.2
{ | ||
"name": "boring-avatars", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"main": "build/index.js", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -29,4 +29,9 @@ ![boring avatars preview](https://github.com/boringdesigners/boring-avatars/blob/master/public/boring-avatars-preview.png?raw=true) | ||
<div> | ||
<Avatar size="64px" variant="abstract" name="Mike" /> | ||
</div> | ||
<Avatar | ||
size="64px" | ||
name="Mike" | ||
variant="abstract" | ||
colors={["#92A1C6", "#146A7C", "#F0AB3D", "#C271B4", "#C20D90"]} | ||
/> | ||
</div>; | ||
``` | ||
@@ -41,2 +46,3 @@ | ||
| variant | oneOf: "abstract", "geometric" | | ||
| colors | array of colors | | ||
@@ -43,0 +49,0 @@ --- |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
29749
51