UNPKG

mylingo3d

Version:

Lingo3D is a React/Vue 3d game development framework that ships with a complete visual editor

6 lines 174 B
export default (html) => { const el = document.createElement("div"); el.innerHTML = html; return el.children[0]; }; //# sourceMappingURL=createElement.js.map