UNPKG

n8n-nodes-arabicedita

Version:

ArabicEdita is n8n community node to fix the arabic writing problem in editimage builin node in n8n

11 lines (10 loc) 461 B
import type { IExecuteFunctions, ILoadOptionsFunctions, INodeExecutionData, INodePropertyOptions, INodeType, INodeTypeDescription } from 'n8n-workflow'; export declare class ArabicEdita implements INodeType { description: INodeTypeDescription; methods: { loadOptions: { getFonts(this: ILoadOptionsFunctions): Promise<INodePropertyOptions[]>; }; }; execute(this: IExecuteFunctions): Promise<INodeExecutionData[][]>; }