Generate avatar images based on user initials.
After installing, simply import it in your file.
const uiavatars = require("ui-avatars");
Consume the generateAvatar()
API to get an avatar URL that you can use directly as an image. Supply the settings object to this method to generate the avatar image URL accordingly. You can either supply one or all settings, based on your requirement. All settings are pretty self-explanatory.
var avatarURL = uiavatars.generateAvatar({
uppercase: true,
name: "Tony Stark",
background: "990000",
color: "000000",
fontsize: 0.5,
bold: true,
length: 2,
rounded: true,
size: 250
});
Clicking on the images below opens the image in a browser window.
Release notes can be found here.
This npm package is licensed under MIT. UI Avatars may be licensed separately.
UI Avatars developed by Lasse Rafn / GitHub.
This npm package is developed by Clyde D'Souza.