UNPKG

ng-hub-ui-avatar

Version:

A powerful, flexible, and standalone Angular avatar component that generates and fetches user avatars from multiple sources including social media, Gravatar, or custom images with intelligent fallback system

64 lines 1.64 kB
{ "name": "ng-hub-ui-avatar", "description": "A powerful, flexible, and standalone Angular avatar component that generates and fetches user avatars from multiple sources including social media, Gravatar, or custom images with intelligent fallback system", "version": "19.0.0", "keywords": [ "angular", "angular19", "avatar", "avatars", "profile-picture", "user-profile", "badge", "gravatar", "component", "standalone-component", "initials", "facebook-avatar", "google-avatar", "twitter-avatar", "github-avatar", "social-media", "user-interface", "ui-component", "ng-hub-ui", "typescript", "frontend", "web-development", "angular-library", "responsive" ], "author": "Carlos Morcillo Fernández <carlos.morcillo@me.com>", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/carlos-morcillo/ng-hub-ui-avatar.git" }, "bugs": { "url": "https://github.com/carlos-morcillo/ng-hub-ui-avatar/issues" }, "homepage": "https://github.com/carlos-morcillo/ng-hub-ui-avatar#readme", "sideEffects": false, "dependencies": { "tslib": "^2.x" }, "peerDependencies": { "@angular/common": ">=18.x", "@angular/core": ">=18.x" }, "funding": { "type": "buymeacoffee", "url": "https://buymeacoffee.com/carlosmorcillo" }, "module": "fesm2022/ng-hub-ui-avatar.mjs", "typings": "index.d.ts", "exports": { "./package.json": { "default": "./package.json" }, ".": { "types": "./index.d.ts", "default": "./fesm2022/ng-hub-ui-avatar.mjs" } } }