@tawaship/pixim-animate-container - v3.0.0
    Preparing search index...

    Interface ICreatejsNominalBounds

    Bounds metadata stamped on symbol prototypes by Animate publish output (not part of core createjs).

    interface ICreatejsNominalBounds {
        height: number;
        width: number;
        x: number;
        y: number;
    }
    Index
    height: number
    width: number
    x: number
    y: number