UNPKG

splatjs

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