Renders Cringe documents into terminal text.
Summary
Types
@type render_opts() :: [width: pos_integer(), height: pos_integer(), ansi: boolean()]
Functions
@spec frame(Cringe.Document.t(), render_opts()) :: Cringe.Frame.t()
@spec render(Cringe.Document.t(), render_opts()) :: String.t()