Documentation
¶
Index ¶
Constants ¶
View Source
const Title = "JSON to TOON Converter"
Variables ¶
This section is empty.
Functions ¶
func ConvertWithOptions ¶
func ConvertWithOptions(jsonContent string, opts toon.EncodeOptions) (string, error)
Types ¶
type JsonToonModel ¶
type JsonToonModel struct {
ui.BasePagerModel
// contains filtered or unexported fields
}
func NewJsonToonModel ¶
func NewJsonToonModel(common *ui.CommonModel) JsonToonModel
func (JsonToonModel) Init ¶
func (m JsonToonModel) Init() tea.Cmd
func (*JsonToonModel) SetContent ¶
func (m *JsonToonModel) SetContent(content string) error
func (JsonToonModel) View ¶
func (m JsonToonModel) View() string
Click to show internal directories.
Click to hide internal directories.