This example shows the simplest way to use the library, by including it as a script from index.html.
To view the example, start a local web server, then open the page on localhost. On Mac/Linux, the easiest way to start a local web server is with this command:
python3 -m http.server 8080
You can also view an online version of this example here.