n8n-nodes-pdforge
Version:
Pdforge Automate PDF Generation in minutes using AI.Create custom PDF templates in seconds using our AI Agents, fine tune the design with our no-code builder and automate the PDF delivery with our native pdforge node inside n8n. No code or design experien
32 lines • 932 B
JavaScript
;
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