Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 962 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 962 Bytes

html-parser

parse html into dom tree

modulex-json NPM downloads Build Status Coverage Status Dependency Status Bower version

browser support

use on node

var HtmlParser = require('../../');

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