Kreuzcrawl. ImageInfo
(kreuzcrawl v0.3.0-rc.37)
Copy Markdown
Information about an image found on a page.
Summary
Types
@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.