@eezyquote/gradient-avatar

Beautiful gradient avatars

Usage no npm install needed!

<script type="module">
  import eezyquoteGradientAvatar from 'https://cdn.skypack.dev/@eezyquote/gradient-avatar';
</script>

README

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