import {Integer} from './Integer'

/** Width and height in pixels. */
export interface WH {
  w: Integer
  h: Integer
}
