An open API service indexing awesome lists of open source software.

https://github.com/nmyvision/html-parser

A zero dependency library for converting html to digestible objects arrays.
https://github.com/nmyvision/html-parser

Last synced: 11 months ago
JSON representation

A zero dependency library for converting html to digestible objects arrays.

Awesome Lists containing this project

README

          

# HtmlParser

```html


```

```js
import { HtmlParser } from "@nmyvision/html-parser";

const hp = new HtmlParser();

let result = hp.parse("

");
```

![Screenshot](docs/output-screenshot.png)