Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 444 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 444 Bytes

html-parser

parse html into dom tree

modulex-html-parser NPM downloads

use on node

import HtmlParser from 'modulex-html-parser';

console.log(HtmlParser.parse('<html><div>1</div><img src="http://g.cn"/></html>'));