angular-avatar
1.2.0
dotnet add package angular-avatar --version 1.2.0
NuGet\Install-Package angular-avatar -Version 1.2.0
<PackageReference Include="angular-avatar" Version="1.2.0" />
paket add angular-avatar --version 1.2.0
#r "nuget: angular-avatar, 1.2.0"
// Install angular-avatar as a Cake Addin #addin nuget:?package=angular-avatar&version=1.2.0 // Install angular-avatar as a Cake Tool #tool nuget:?package=angular-avatar&version=1.2.0
Angular Avatar is a simple and lightweight AngularJS directive that generates a letter's avatar like Microsoft or Google do in their web apps. 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
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
- New setting auto-color="true" will automatically assign a color to the avatar's background depending on the combination of characters used. An example here: https://plnkr.co/edit/bhnvU3?p=preview
- Avatar image can be generated as a jpeg or png.
- Custom palette of colours.