Faker v0.10.0 Faker.Avatar View Source

Functions for generate random urls for avatars.

Link to this section Summary

Functions

Return avatar url with random set and background

Return avatar url for given slug

Return avatar url with random set and background, with size width x height pixels

Return avatar url for given slug, with size width x height pixels

Link to this section Functions

Return avatar url with random set and background.

Link to this function image_url(slug) View Source
image_url(binary()) :: String.t()

Return avatar url for given slug.

Link to this function image_url(width, height) View Source
image_url(integer(), integer()) :: String.t()

Return avatar url with random set and background, with size width x height pixels.

Link to this function image_url(slug, width, height) View Source
image_url(binary(), integer(), integer()) :: String.t()

Return avatar url for given slug, with size width x height pixels.