0.0.5 • Published 2 years ago

supa-html v0.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years 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

2 years ago

0.0.4

2 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago