UNPKG

phaser4-rex-plugins

Version:
12 lines (8 loc) 216 B
import dagre from 'dagre'; var RunLayout = async function (graphData, config) { if (config === undefined) { config = {}; } await dagre.layout(graphData); } export default RunLayout;