UNPKG

phaser3-rex-plugins-fix-chun

Version:
10 lines (8 loc) 270 B
import ELK from '../../../utils/elkjs/elk.bundled.js'; var RunLayout = async function (graphData, config) { var elk = new ELK(); graphData = await elk.layout(graphData, { layoutOptions: config.layoutOptions, }); } export default RunLayout;