Skip to content

ScaleDirection🔗

TODO docs

Definition🔗

export enum ScaleDirection {
    Up = 1,
    Right = 1,
    Down = -1,
    Left = -1,
}