angular-avatar 1.0.4

There is a newer version of this package available.
See the version list below for details.
dotnet add package angular-avatar --version 1.0.4
NuGet\Install-Package angular-avatar -Version 1.0.4
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.0.4" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add angular-avatar --version 1.0.4
#r "nuget: angular-avatar, 1.0.4"
#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.0.4

// Install angular-avatar as a Cake Tool
#tool nuget:?package=angular-avatar&version=1.0.4

Angular Avatar is a simple and lightweight AngularJS directive that generates a letter's avatar like Google does in several 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. This image data can be retrieved using js to store 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: shape, resolution, colors. 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,889 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

Avatar image can be generated as a jpeg now.