1
2
3
export function View(width, height) {
return { width, height };
}