webforai
v2.0.1
Published
A library that provides a web interface for AI
Downloads
247
Maintainers
Readme
Documentation
Head to the documentation to read and learn more about Webforai.
Overview
npx webforai@latest
or
import { htmlToMarkdown, htmlToMdast } from "webforai";
import { loadHtml } from "webforai/loaders/playwright";
// Load html from url
const url = "https://www.npmjs.com/package/webforai";
const html = await loadHtml(url);
// Convert html to markdown
const markdown = htmlToMarkdown(html, { baseUrl: url });
Support
License
Apache 2.0 License