UNPKG

n8n-nodes-pdforge

Version:

pdf noodle (previously pdforge) automates PDF Generation in minutes using AI.Create custom PDF templates in seconds using our AI Agents, fine tune the design with our PDF builder and automate the PDF delivery with our native pdforge node inside n8n. No co

32 lines 932 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.imageOperations = void 0; exports.imageOperations = [ { displayName: 'Operation', name: 'operation', type: 'options', noDataExpression: true, displayOptions: { show: { resource: ['image'], }, }, options: [ { name: 'Generate Syncronously', value: 'sync', description: 'Generate Image syncronously', action: 'Generate image syncronously', }, { name: 'Generate Asynchronously', value: 'async', description: 'Generate Image asynchronously', action: 'Generate image asynchronously', }, ], default: 'sync', }, ]; //# sourceMappingURL=ImageDescription.js.map