this is a case where the library does bundle a umd version but not in the way unpkg expects it. You need to load the script (see the library docs) by yourself (there are a lot of ways to do it, I suggest using js actions in a workflow)
this is a case where the library does bundle a umd version but not in the way unpkg expects it. You need to load the script (see the library docs) by yourself (there are a lot of ways to do it, I suggest using js actions in a workflow)