Skip to content

fabricjs-object-fit / FitMode

Variable: FitMode

const FitMode: object

Defined in: src/packages/object-fit-core/lib/index.d.ts:1

Type Declaration

CONTAIN

readonly CONTAIN: "contain"

COVER

readonly COVER: "cover"

FILL

readonly FILL: "fill"

NONE

readonly NONE: "none"

SCALE_DOWN

readonly SCALE_DOWN: "scale-down"