for more information visit the package's GitHub page
Package contains the following modules:
Get Gravatar image source URL or DOM image element.
Returns URL or img DOM element for a given email
, uses options
as query parameters with URL.
More about query parameters read at Gravatar website.
img defaultOptions "kuzzmi@example.com"
-- returns image node with 200px x 200px image
-- for "kuzzmi@example.com" email.
url defaultOptions "kuzzmi@example.com"
-- returns url to 200px x 200px image
-- for "kuzzmi@example.com" email.