ExLibra (ex_libra v0.1.0) View Source

Documentation for ExLibra.

Link to this section Summary

Functions

Fetch the avatar URL for an email address.

Link to this section Functions

Link to this function

avatar(email, opts \\ [])

View Source

Fetch the avatar URL for an email address.

Options

  • :size - size of the resulting image, between 1 and 512
  • :default - URL to a default image to use, or a special value for an auto-generated avatar
  • :force_default - force the default image to be displayed, even if an avatar exists for this email
  • :scheme - :http or :https, default is :https