You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+26-1Lines changed: 26 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,32 @@
2
2
3
3
JavaScript library for creating CSS selectors for a given DOM element or multiple DOM elements.
4
4
5
-
It also generates shorter selectors and is faster and/or more robust than many other libraries - see this [comparison](https://github.com/fczbkk/css-selector-generator-benchmark) and select the best alternative for your use case.
5
+
See the [benchmark](https://fczbkk.github.io/css-selector-generator-benchmark/) to compare the speed and features of CSS Selector Generator with similar libraries.
6
+
7
+
## Table of Contents
8
+
9
+
-[Install](#install)
10
+
-[How to use](#how-to-use)
11
+
-[Usage without NPM](#usage-without-npm)
12
+
-[Usage with virtual DOM (e.g. JSDOM)](#usage-with-virtual-dom-eg-jsdom)
0 commit comments