getavataaars
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

Get Avataaars

Generate an avatar by mixing-and-matching various elements.

Build status Azure DevOps tests Azure DevOps coverage Quality Gate Status Maintainability Rating MIT License npm

Usage

After installing, simply import Get Avataaars in your file.

const avatars = require("getavataaars");

Consume the generateAvatar() API to get an avatar URL that you can use directly as an image. Supply the settings object to customize your avatar. All settings are pretty self-explanatory and matches the web editor. Adding the following code, for example:

var image = avatars.generateAvatar({
            Hair: avatars.Hair.Eyepatch,
            Accessories: avatars.Accessories.Kurt,
            Eyebrow: avatars.Eyebrow.Angry
        }); 

Would produce the following image:
image

Credits

Avataaars designed by Pablo Stanley.
Web editor by Fang-Pen Lin.
React npm package by Fang-Pen Lin.
This NPM package is developed by Clyde D'Souza.

Package Sidebar

Install

npm i getavataaars

Weekly Downloads

2

Version

1.0.0

License

MIT

Unpacked Size

24.3 kB

Total Files

9

Last publish

Collaborators

  • clydedsouza