Interface CSSMatrixComponentOptions

    interface CSSMatrixComponentOptions {
        is2D?: boolean;
    }

    Properties

    Properties

    is2D?: boolean