package
Version:
v0.0.0-...-3971041
Opens a new window with list of versions in this module.
Published: Jan 26, 2024
License: MIT
Opens a new window with license information.
Imports: 13
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Meme struct {
ID string `json:"id"`
Name string `json:"name"`
Filename string `json:"filename"`
FontColor string `json:"font-color"`
LineChars int `json:"line-chars"`
MarginLeft int `json:"margin-left"`
TextAlign string `json:"text-align"`
Boxes [][4]int `json:"boxes"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.