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.
- Host: GitHub
- URL: https://github.com/nmyvision/html-parser
- Owner: NMyVision
- Created: 2021-02-06T04:07:19.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-01-03T07:51:59.000Z (over 1 year ago)
- Last Synced: 2025-06-04T22:26:55.988Z (about 1 year ago)
- Language: TypeScript
- Size: 124 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HtmlParser
```html
```
```js
import { HtmlParser } from "@nmyvision/html-parser";
const hp = new HtmlParser();
let result = hp.parse("
");
```
