UNPKG

n8n-nodes-dumplingai

Version:
21 lines 535 B
"use strict"; 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