Package Exports
- @eezyquote/gradient-avatar
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@eezyquote/gradient-avatar) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme

Gradient Avatar
🌈 Beautiful default avatars.
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-avatarUsage
const avatar = require('gradient-avatar');
avatar('uid');
// => the avatar svgAPI
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