Documentation ¶ Index ¶ func New(parent tea.Model, file string, fps int, width int, height int) (tea.Model, error) type GifAnimationFinished type GifAnimationFrame type Model func (m Model) Frame() int func (m Model) Init() tea.Cmd func (m Model) Update(msg tea.Msg) (tea.Model, tea.Cmd) func (m Model) View() string Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func New ¶ func New(parent tea.Model, file string, fps int, width int, height int) (tea.Model, error) Types ¶ type GifAnimationFinished ¶ type GifAnimationFinished string type GifAnimationFrame ¶ type GifAnimationFrame string type Model ¶ type Model struct { ui.MenuBase // contains filtered or unexported fields } func (Model) Frame ¶ func (m Model) Frame() int func (Model) Init ¶ func (m Model) Init() tea.Cmd func (Model) Update ¶ func (m Model) Update(msg tea.Msg) (tea.Model, tea.Cmd) func (Model) View ¶ func (m Model) View() string Source Files ¶ View all Source files gifviewer.go Click to show internal directories. Click to hide internal directories.