Introduction
Motivation
Installation
$ npm install muninn$ yarn add muninnUsage
import { parse } from "muninn";
const data = "<html>...</html>";
const config = {
schema: {
title: "h1.title"
}
}
parse(data, config);Last updated