> I sometimes think the hardest problem in computer science right now is taking an NPM library and figuring out how to download it and use it from a `<script>` tag without needing to involve some sort of convoluted build system. — https://simonwillison.net/2024/Nov/23/without-a-build-system/ by @simon about https://jvns.ca/blog/2024/11/18/how-to-import-a-javascript-library/ by @b0rk
Couldn't agree more… I made my own `npm.py` 🙃 but it's ugly and far from universal: https://gitlab.com/umap-project/umap-stats/-/blob/main/npm.py (the latest version in use is more complex·te, I should make a package of it)