UNPKG

ng-hub-ui-avatar

Version:

A universal avatar component for Angular applications that fetches / generates avatar based on the information you have about the user. Supports initials, Gravatar integration, custom images and styling options. Perfect for user profiles and comment syste

50 lines 1.38 kB
{ "name": "ng-hub-ui-avatar", "description": "A universal avatar component for Angular applications that fetches / generates avatar based on the information you have about the user. Supports initials, Gravatar integration, custom images and styling options. Perfect for user profiles and comment systems.", "version": "22.7.0", "keywords": [ "angular", "avatar", "avatars", "badge", "gravatar", "component", "initials", "profile", "user-profile", "user-avatar", "profile-picture", "angular-component", "ng-avatar", "user-interface", "ui-component" ], "author": "Carlos Morcillo <carlos.morcillo@me.com> (https://www.carlosmorcillo.com)", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/carlos-morcillo/ng-hub-ui-avatar.git" }, "sideEffects": false, "peerDependencies": { "@angular/common": ">=18.0.0", "@angular/core": ">=18.0.0" }, "dependencies": { "tslib": "^2.6.3", "ts-md5": "^1.3.1" }, "homepage": "https://hubui.dev/", "module": "fesm2022/ng-hub-ui-avatar.mjs", "typings": "types/ng-hub-ui-avatar.d.ts", "exports": { "./package.json": { "default": "./package.json" }, ".": { "types": "./types/ng-hub-ui-avatar.d.ts", "default": "./fesm2022/ng-hub-ui-avatar.mjs" } }, "type": "module" }