Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "my-avatars", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"scripts": { | ||
@@ -5,0 +5,0 @@ "dev": "vite", |
@@ -13,3 +13,3 @@ # [my-avatars](https://www.npmjs.com/package/my-avatars) | ||
- `y`: `Number` - y-coord to place the image | ||
- `check`: `Boolean` - check if the image can be found | ||
- `check`: `Boolean` - check if the image can be found - required to `replace`-colors | ||
- `replace`: `Array` of `Object`'s - filled with colors to replace from and to | ||
@@ -56,2 +56,2 @@ - `from`: `String` - color to replace from, in the format of `r,g,b` - e.g. `128,128,128` | ||
Check [main.js](./main.js), to run the example use `npm run dev`. Or read this [article](https://madco.me/generate-8-unique-avatar-faces-from-40-lines-of-easy-code) | ||
Check [main.js](./main.js), to run the example use `npm run dev`. Or read this [article](https://madco.me/generate-16-unique-avatar-faces-from-40-lines-of-easy-code) |
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
9976