Kreuzcrawl.ImageInfo (kreuzcrawl v0.3.0-rc.42)

Copy Markdown

Information about an image found on a page.

Summary

Types

t()

Information about an image found on a page.

Types

t()

@type t() :: %Kreuzcrawl.ImageInfo{
  alt: String.t() | nil,
  height: non_neg_integer() | nil,
  source: String.t() | nil,
  url: String.t() | nil,
  width: non_neg_integer() | nil
}

Information about an image found on a page.