Versions in this module Expand all Collapse all v0 v0.1.0 Jul 24, 2026 Changes in this version + type Box struct + Height int + Width int + X int + Y int + type Format struct + Height int + MaxSeconds int + Name string + Platform string + Width int + func All() []Format + func ForPlatform(platform string) []Format + func Lookup(name string) (Format, bool) + func (f Format) Aspect() string + func (f Format) SafeArea(top, bottom float64) Box