Open brandonros opened 3 years ago
Somehow came across this issue today... binary-parser
now has a dependency-less ESM export, which can be loaded from a CDN:
<script type="module">
import {Parser} from 'https://cdn.skypack.dev/binary-parser';
// ...
</script>
but also now https://bundle.run/binary-parser@2.0.1 works, if you require a UMD pkg.
https://bundle.run/binary-parser@1.7.0
https://github.com/keichi/binary-parser