mirror of
https://github.com/celogeek/go-comic-converter.git
synced 2025-05-25 00:02:37 +02:00
9 lines
160 B
Go
9 lines
160 B
Go
package epuboptions
|
|
|
|
type Crop struct {
|
|
Enabled bool
|
|
Left, Up, Right, Bottom int
|
|
Limit int
|
|
SkipIfLimitReached bool
|
|
}
|