UNPKG

splatjs

Version:
6 lines (4 loc) 134 B
"use strict"; module.exports = function playableArea(x, y, width, height) { return { x: x, y: y, width: width, height: height }; };