0.0.2 • Published 8 years ago
hash-avatar v0.0.2
hash-avatar 
Hash avatar algorithm
Install
$ npm install --save hash-avatarUsage
import hashAvatar from 'hash-avatar'
hashAvatar('uid', { size: 100 })
// => It will return a SVGAPI
hashAvatar(uid, { size })
uid
Type: string
Required
size
Type: number
Required
Demo

Related
- react-hash-avatar — React hash avatar algorithm
License
MIT © Bu Kinoshita