n8n-nodes-dumplingai
Version:
n8n community node for Dumpling AI integration
21 lines • 535 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.webScrapingFormatOptions = void 0;
exports.webScrapingFormatOptions = [
{
name: 'HTML',
value: 'html',
description: 'Raw HTML content',
},
{
name: 'Markdown',
value: 'markdown',
description: 'Clean markdown format',
},
{
name: 'Screenshot',
value: 'screenshot',
description: 'Screenshot of the page',
},
];
//# sourceMappingURL=OutputFormatOptions.js.map