UNPKG

@makafeli/n8n-workflow-builder

Version:

Model Context Protocol server for n8n workflow management

7 lines 264 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.calculateNextPosition = calculateNextPosition; function calculateNextPosition(current) { return { x: current.x + 200, y: current.y }; } //# sourceMappingURL=positioning.js.map