gradient-avatar

Beautiful default avatars


Keywords
hsl, rgb, convert, to, color, colors, avatar, gradients, hash
License
MIT
Install
npm install gradient-avatar@1.0.2

Documentation

Gradient Avatar

🌈 Beautiful default avatars.

Build Status

About

Generate beautiful and unique avatars for your users. gradient-avatar was inspired by Zeit.

gradient-avatar is also available as a microservice.

Install

$ npm install gradient-avatar

Usage

const avatar = require('gradient-avatar');

avatar('uid');
// => the avatar svg

API

avatar(seed[, size])

seed

Type: string

The seed for the generated avatar.

size

Type: number

The generated svg's size.

Returns

Type: string

The generated avatar svg.

License

MIT © Tobias Herber