Importing a frontend Javascript library without a build system

from blog Simon Willison's Weblog, | ↗ original
Importing a frontend Javascript library without a build system 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 tag without needing to involve some sort of convoluted build system. Julia Evans shares my preference for build-free JavaScript, and has...