Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Screen ¶
type Screen interface { SetSave(bool) SetShowInputSave(bool) IsShowInputSave() bool Init() tea.Cmd Update(msg tea.Msg) (tea.Model, tea.Cmd) View() string LoadImage(screenString string) LoadFromImage(path string) GetPixel(y int, x int) string GetPixels() [][]string GetDirectory() string SetDirectory(string) GetWidth() int GetHeight() int ClearUnsavedPixels() AddPixels(pixels ...pixel.Pixel) GetConfig() *config.Config GetMessage() message.Message }
Click to show internal directories.
Click to hide internal directories.