0.0.2 • Published 7 years ago

hash-avatar v0.0.2

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

hash-avatar Build Status

Hash avatar algorithm

Install

$ npm install --save hash-avatar

Usage

import hashAvatar from 'hash-avatar'

hashAvatar('uid', { size: 100 })
// => It will return a SVG

API

hashAvatar(uid, { size })

uid

Type: string Required

size

Type: number Required

Demo

npm.io

Related

License

MIT © Bu Kinoshita