ngx-avatar-2
Version:
A universal avatar component for Angular applications that fetches / generates avatar based on the information you have about the user.
38 lines • 935 B
JSON
{
"name": "ngx-avatar-2",
"description": "A universal avatar component for Angular applications that fetches / generates avatar based on the information you have about the user.",
"version": "4.2.3",
"keywords": [
"angular",
"avatar",
"component",
"initials"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/bhushankalvani/ngx-avatar"
},
"sideEffects": false,
"dependencies": {
"ts-md5": "^1.2.7",
"tslib": "^2.1.0"
},
"peerDependencies": {
"@angular/common": "^16.0.0",
"@angular/core": "^16.0.0"
},
"module": "fesm2022/ngx-avatar-2.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"esm2022": "./esm2022/ngx-avatar-2.mjs",
"esm": "./esm2022/ngx-avatar-2.mjs",
"default": "./fesm2022/ngx-avatar-2.mjs"
}
}
}