Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( BorderStyle = lipgloss.NewStyle(). Border(lipgloss.RoundedBorder()). BorderForeground(lipgloss.Color("240")). Padding(0, 1) )
Functions ¶
This section is empty.
Types ¶
type ExportDoneMsg ¶
type ExportProgressMsg ¶
type ExportProgressMsg float64
type PanelDimensions ¶
type PanelDimensions struct {
PreviewWidth int
PreviewHeight int
PropertiesWidth int
PropertiesHeight int
TimelineWidth int
TimelineHeight int
PreviewContentWidth int
PreviewContentHeight int
PropertiesContentWidth int
PropertiesContentHeight int
TimelineContentWidth int
TimelineContentHeight int
}
func CalculatePanelDimensions ¶
func CalculatePanelDimensions(termWidth, termHeight int) PanelDimensions
Click to show internal directories.
Click to hide internal directories.