Folio.Content.Image (Folio v0.2.3)

Copy Markdown View Source

An image. Fields: src, width, height, fit.

Summary

Types

t()

@type t() :: %Folio.Content.Image{
  fit: String.t() | nil,
  height: String.t() | nil,
  src: String.t(),
  width: String.t() | nil
}