fabricjs-object-fit / FitMode
Variable: FitMode
constFitMode:object
Defined in: src/packages/object-fit-core/lib/index.d.ts:1
Type Declaration
CONTAIN
readonlyCONTAIN:"contain"
COVER
readonlyCOVER:"cover"
FILL
readonlyFILL:"fill"
NONE
readonlyNONE:"none"
SCALE_DOWN
readonlySCALE_DOWN:"scale-down"