mirror of
https://github.com/celogeek/go-comic-converter.git
synced 2025-05-26 00:32:37 +02:00
In order to let third parties use the package of this library, we moved the pkg folder out of the locked internal folder
6 lines
74 B
Go
6 lines
74 B
Go
package epuboptions
|
|
|
|
type Color struct {
|
|
Foreground, Background string
|
|
}
|