mm-rete-auto-arrange-plugin
v0.4.1
Published
Auto Arrange ====
Downloads
243
Readme
Auto Arrange
Rete.js plugin
import AutoArrangePlugin from 'rete-auto-arrange-plugin';
editor.use(AutoArrangePlugin, { margin: {x: 50, y: 50 }, depth: 0 }); // depth - max depth for arrange (0 - unlimited)
editor.trigger('arrange', { node });