UNPKG

n8n-nodes-piapi

Version:

Community n8n nodes for PiAPI - integrate generative AI capabilities (image, video, audio, 3D) into your workflows

7 lines (6 loc) 145 B
module.exports = { // This should match the nodeTypes in package.json nodeTypes: [ require('./dist/nodes/PiAPI/PiAPI.node') ] };