UNPKG

@phaserjs/phaser

Version:
7 lines (6 loc) 175 B
import { GetElement } from "./GetElement"; export function AddToDOM(element, parent) { const target = GetElement(parent); target.appendChild(element); return element; }