How to use the gravatar.profile_url function in gravatar

To help you get started, we’ve selected a few gravatar examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github ibi-group / datatools-ui / lib / common / util / util.js View on Github external
export function getProfileLink (email: string): string {
  return gravatar.profile_url(email, {format: 'html'})
}

gravatar

Gravatar Node.js library

MIT
Latest version published 3 years ago

Package Health Score

53 / 100
Full package analysis