meteor-avatar-core
v0.0.1
Published
Get a Meteor user's avatar
Downloads
3
Readme
Meteor Avatar core
Get a Meteor user's avatar.
Installation
npm install meteor-avatar-core
Methods
getUrl(user): Returns the avatar's URL
Example
import Avatar from 'meteor-avatar-core';
// let's assume the user is logged-in
var picture = Avatar.getUrl(Meteor.user());