๐ Beautiful default avatars.
Generate beautiful and unique avatars for your users. gradient-avatar
was inspired by Zeit.
gradient-avatar
is also available as a microservice.
$ npm install gradient-avatar
const avatar = require('gradient-avatar');
avatar('uid');
// => the avatar svg
Type: string
The seed for the generated avatar.
Type: number
The generated svg's size.
Type: string
The generated avatar svg.
MIT ยฉ Tobias Herber