htmlparser2-without-node-native

htmlparser2 build that excludes node native modules so that you can use it in platforms like React Native.

Usage no npm install needed!

<script type="module">
  import htmlparser2WithoutNodeNative from 'https://cdn.skypack.dev/htmlparser2-without-node-native';
</script>

README

htmlparser2-without-node-native

htmlparser2 build that excludes node native modules so that you can use it in platforms like React Native.

  • Remove Stream and WritableStream.
  • Use eventemitter2 instead of native events.