UNPKG

ngx-avatars

Version:

A universal avatar component for Angular applications that fetches / generates avatar based on the information you have about the user.

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" }