Skip to content

An efficient, compact HTML5 parser with blistering speed.

License

Notifications You must be signed in to change notification settings

maxmilton/html-parser

Repository files navigation

Build status Coverage status Licence

@maxmilton/html-parser

An efficient, compact HTML5 parser with blistering speed.

This is a fork of acrazing/html5parser with performance improvements and modernized tooling. All credit goes to @acrazing for creating the original lib!

Browser support

TODO: Write me...

API

TIP: If using bun or esbuild as your bundler, import from src directly to get optimal output code (due to TypeScript const enum inlining).

import { parse, walk } from '@maxmilton/html-parser/src';

TODO: Write me...

Bugs

Report any bugs you encounter on the GitHub issue tracker.

License

MIT license. See LICENSE.


© 2024 Max Milton

About

An efficient, compact HTML5 parser with blistering speed.

Resources

License

Stars

Watchers

Forks

Packages

No packages published