We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9440915 commit f9ab840Copy full SHA for f9ab840
README.md
@@ -1,6 +1,12 @@
1
# ES HTML Parser
2
3
<img src="https://github.com/yeonjuan/es-html-parser/actions/workflows/main.yml/badge.svg?branch=main" alt="CI Badge" />
4
+<a href="https://codecov.io/gh/yeonjuan/es-html-parser" >
5
+<img src="https://codecov.io/gh/yeonjuan/es-html-parser/branch/main/graph/badge.svg?token=LNYPD2GOJR"/>
6
+</a>
7
+<a href="https://www.npmjs.com/package/es-html-parser">
8
+<img src="https://img.shields.io/npm/v/es-html-parser"/>
9
10
11
ES HTML Parser is an HTML parser that generates an abstract syntax tree similar to the ESTree specification.
12
0 commit comments