UNPKG

n8n-nodes-selfhosthub

Version:

Collection of n8n nodes for self-hosted AI services, including Leonardo.ai integration for AI image and content generation capabilities.

6 lines (5 loc) 296 B
import { IDataObject, IExecuteFunctions } from 'n8n-workflow'; /** * Process an element object based on its type and return the API-compatible format */ export declare function processElement(this: IExecuteFunctions, element: IDataObject, videoWidth: number, videoHeight: number): IDataObject;