0.0.5 • Published 11 months ago

supa-html v0.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

SupaHTML

Supercharged HTML Parser

Usage

// const { parseHTML } = require('supa-html');
import { parseHTML } from 'supa-html';

const html = `<p>Hello world</p>`;

const tree = parseHTML(html);

console.log(tree);
0.0.5

11 months ago

0.0.4

11 months ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago