Info
Version: | 1.2.0 |
Author(s): | Andres J Soria R |
Last Update: | Wednesday, October 12, 2016 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/ajsoriar/angular-avatar |
NuGet Url: | https://www.nuget.org/packages/angular-avatar |
Install
Install-Package angular-avatar
dotnet add package angular-avatar
paket add angular-avatar
angular-avatar Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
First letter of each word in a string or a group of initials will be used to generate the avatar. The image of the avatar will be rendered in an html img tag as a real png or jpeg. The image data can be retrieved using javascript to be stored in back-end giving you an initial profile picture in your web or mobile apps when the user does not upload one. Several angular atributes are available to configure the output: size, shape, resolution, colors, etc.
More info at: https://github.com/ajsoriar/angular-avatar.