UNPKG

phaser4-rex-plugins

Version:
8 lines (7 loc) 213 B
import GetSizerConfig from '../utils/GetSizerConfig.js'; export default function (gameObject) { if (gameObject === undefined) { gameObject = this; } return GetSizerConfig(gameObject); }