UNPKG

@picsart/n8n-nodes-picsart-apis

Version:

n8n nodes to integrate Picsart API: remove backgrounds and enhance images with AI-powered tools.

6 lines (5 loc) 288 B
import type { IExecuteFunctions, INodeExecutionData, INodeType, INodeTypeDescription } from 'n8n-workflow'; export declare class PicsartRemoveBackground implements INodeType { description: INodeTypeDescription; execute(this: IExecuteFunctions): Promise<INodeExecutionData[][]>; }