@bundled-es-modules/parse5

5.1.1 • Public • Published

parse5

This is a mirror of parse5, bundled and exposed as ES module.

Install

npm install @bundled-es-modules/parse5
bower install bundled-es-modules/parse5

Use

<script type="module">
  // from main file
  import { parse, parseFragment, serialize } from 'parse5';
  // or directly
  import { parse, parseFragment, serialize } from 'parse5/parse5.js';
  console.log(parse, parseFragment, serialize);
</script>

Make sure you added @bundled-es-modules scope to the path if used via npm.

Readme

Keywords

none

Package Sidebar

Install

npm i @bundled-es-modules/parse5

Weekly Downloads

18

Version

5.1.1

License

none

Unpacked Size

334 kB

Total Files

8

Last publish

Collaborators

  • passle
  • d4kmor
  • bashmish
  • robrez
  • jorenbroekema