mirror of
https://github.com/celogeek/go-comic-converter.git
synced 2025-06-28 16:19:57 +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
|
|
}
|