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

Can I use this library on browser #236

Closed EmmetZC closed 1 year ago

EmmetZC commented 1 year ago

I'm developing an utility library running on both node.js and browser.

It is safe to use node-html-parser in my project without breaking compatibility?

taoqf commented 1 year ago

Yes, it is.