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

14 lines (13 loc) 311 B
export declare enum AvatarSource { FACEBOOK = "facebook", GOOGLE = "google", TWITTER = "twitter", INSTAGRAM = "instagram", VKONTAKTE = "vkontakte", SKYPE = "skype", GRAVATAR = "gravatar", GITHUB = "github", CUSTOM = "custom", INITIALS = "initials", VALUE = "value" }