1.0.0 ⢠Published 8 years ago
@rijk/gravatar v1.0.0
gravatar
šš¼āāļø Mini util library that converts an email address to a Gravatar link
Installation
$ npm install @rijk/gravatarUsage
const gravatar = require("@rijk/gravatar");
gravatar("rijkvanzanten@me.com");
// => "https://gravatar.com/avatar/1f2c258f5488c3e5477627b1fd32011f?s=200"You can pass the following options:
| option | default |
|---|---|
| size | 200 |
| default | identicon |
| rating | g |
| forcedefault | n |
See the Gravatar docs for more information.
1.0.0
8 years ago