CropRegion
The part of the image that should remain after cropping.
import { CropRegion } from '@daffodil/driver/shopify'
enum CropRegion {
Bottom = 'BOTTOM',
Center = 'CENTER',
Left = 'LEFT',
Right = 'RIGHT',
Top = 'TOP',
}
The part of the image that should remain after cropping.
import { CropRegion } from '@daffodil/driver/shopify'
enum CropRegion {
Bottom = 'BOTTOM',
Center = 'CENTER',
Left = 'LEFT',
Right = 'RIGHT',
Top = 'TOP',
}