Import Non-ESM libraries in ES Modules, with Client-Side Vanilla JS
We’re living through a weird era where there are tons of JavaScript libraries that were meant to be used as <script>
tags that expose available globals. AND there are tons of JavaScript libraries that are meant to be used through …