export interface IwidthHeight {
    width: number;
    height: number;
    scale: number;
    tx: number;
    ty: number;
}
