Comparing version 0.9.4 to 0.9.5-1
{ | ||
"name": "avatars", | ||
"version": "0.9.4", | ||
"version": "0.9.5-1", | ||
"description": "Pixel avatar generator", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -9,11 +9,11 @@ # avatars | ||
![alt example](https://github.com/saveryanov/avatars/blob/master/examples/Some%20random%20string.png) | ||
![alt example](https://github.com/saveryanov/avatars/blob/master/examples/Some%20random%20string.png?raw=true) | ||
*admin* (with 2 colors): | ||
![alt example](https://github.com/saveryanov/avatars/blob/master/examples/admin.png) | ||
![alt example](https://github.com/saveryanov/avatars/blob/master/examples/admin.png?raw=true) | ||
*username* (with 2 colors and bigger cells): | ||
![alt example](https://github.com/saveryanov/avatars/blob/master/examples/username.png) | ||
![alt example](https://github.com/saveryanov/avatars/blob/master/examples/username.png?raw=true) | ||
@@ -86,5 +86,5 @@ ## Install | ||
.then(image => { | ||
console.log("Created text.png"); | ||
console.log("Image created"); | ||
}) | ||
.catch(e => console.error(e)); | ||
``` |
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
7548