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
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
|
|
}
|