ProtoRune.App.Bsky.Embed.Defs.AspectRatio (proto_rune v0.1.1)

Generated schema for aspectRatio

Description: width:height represents an aspect ratio. It may be approximate, and may not correspond to absolute dimensions in any given unit.

Summary

Types

@type t() :: %ProtoRune.App.Bsky.Embed.Defs.AspectRatio{
  height: integer(),
  width: integer()
}