so, I just went through the whole thread of
https://discord.com/channels/725789699527933952/996832027083026563/1024691495225282701 (yes, he made a thread, not just that one message), and I have to say that he has a point.
Should a good developer know how to get it from unpkg (which is linked from the home page)? Yes.
Should a good developer figure out that they can also go to the GitHub repo and get it from the dist directory? Yes.
But is is also true that you have to make things as easier as possible for lazy or not-so-good developers if you want a project to have great success. If you just want to download a file, unpkg add some hops to that. And having to go to the repo and fish it is also extra clicks and effort.
So maybe it wouldn't be a bad idea to replace (or complement) the unpkg link with a basic file download.