interface FitOptions {
    margin?: number;
    type?: FitType;
}

Properties

Properties

margin?: number

Negative values fallback to default.

0
type?: FitType

FitType.None