mirror of
https://github.com/celogeek/go-comic-converter.git
synced 2025-05-25 00:02:37 +02:00
6 lines
74 B
Go
6 lines
74 B
Go
package epuboptions
|
|
|
|
type Color struct {
|
|
Foreground, Background string
|
|
}
|