angular-avatar 1.2.0

dotnet add package angular-avatar --version 1.2.0
NuGet\Install-Package angular-avatar -Version 1.2.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="angular-avatar" Version="1.2.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add angular-avatar --version 1.2.0
#r "nuget: angular-avatar, 1.2.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// 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

There are no supported framework assets in this package.

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.

Version Downloads Last updated
1.2.0 6,886 10/12/2016
1.1.0 1,265 8/28/2016
1.0.4 1,399 5/9/2016
1.0.3 1,313 4/30/2016
1.0.2 1,704 3/31/2016

- 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.