I’d like to make my app a single html file so it’s easy to download and take to an offline computer. I tried embedding the contents of bitcore.min.js between <script></script> in my HTML file but when I do require('bitcore') it says the module doesn’t exist.
Is it not possible to embed bitcore in my html file?