I am importing this in index.html
<script src="https://unpkg.com/walletlink"></script>
Now, in my script.js, I wanna use it, but it fails with:
Uncaught ReferenceError: exports is not defined
Is there any way to be able to use it in Jquery without too much overhead ?