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