mirror of
https://github.com/celogeek/go-comic-converter.git
synced 2025-05-25 00:02:37 +02:00
9 lines
125 B
Go
9 lines
125 B
Go
package epuboptions
|
|
|
|
type View struct {
|
|
Width, Height int
|
|
AspectRatio float64
|
|
PortraitOnly bool
|
|
Color Color
|
|
}
|