2024-05-11 15:30:52 +02:00

9 lines
125 B
Go

package epuboptions
type View struct {
Width, Height int
AspectRatio float64
PortraitOnly bool
Color Color
}