Interface GetBorderPointsOptions

interface GetBorderPointsOptions {
    allowCorners?: boolean;
    innerBorders?: boolean;
}

Properties

allowCorners?: boolean

Consider pixels connected by corners?

Default

false

innerBorders?: boolean

Should the inner borders be returned too?

Default

false