Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 251 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 251 Bytes

About

selector-generator is a lightweight JavaScript library (under 1k!) that can be used to generate CSS selectors from DOM nodes.

In keeping with the Unix philosophy, it is a modular library that does one thing and does it well.

Usage

TODO