UNPKG

@expofp/floorplan

Version:

Interactive floor plan library for expos and events

2 lines (1 loc) 132 B
export default class h{width;height;constructor(t,i){this.width=t,this.height=i}scale(t){return new h(this.width*t,this.height*t)}}