im trying to get nakama to work with Modules
I built nakamajs from typescript and imported them all in my project,
but only nakama-js.umd.js worked with construct 3's modules
the issue with it it that is has a
> require('js-base64')
in it and i dont know what that means, and when i run the code, it says jsBase64 is undefined
I got base64 from npm and built it from ts again or whatever and put it in my project, but importing it doesn't do anything, jsBase64 is still undefined
how do i make this work ?
drive.google.com/file/d/1uw0P2cDUQctmLnLoOhBfnsVjpgK9V8ef/view