taoqf / node-html-parser

A very fast HTML parser, generating a simplified DOM, with basic element query support.
MIT License
1.12k stars 112 forks source link

Minify #32

Closed luismramirezr closed 4 years ago

luismramirezr commented 4 years ago

Is there an option to get a string minified version?

taoqf commented 4 years ago

Sorry I don't get you, what version?

codinglabsdev commented 4 years ago

I mean to minify the output of .toString()

luismramirezr commented 4 years ago

Sorry, I commented with another account

taoqf commented 4 years ago

Sorry, this just a parser, it would not do the minify thing for now, maybe you could try uglify-js.