This folder contains examples that run in web browsers that check whether this utility works with different frameworks.
To use them, first set up the Git repo with:
npm install
npm test
Then, start a simple server in this examples folder:
python3 -m http.server
Open http://localhost:8000
in a browser to see the results.