Installation
npm install @funtico/gameloop-sdkyarn add @funtico/gameloop-sdkpnpm add @funtico/gameloop-sdk<script src="https://funtico-frontend-js-sdk.pages.dev/funtico-sdk.min.js"></script><script> const sdk = new FunticoSDK({ authClientId: 'your-client-id', env: 'sandbox' // or 'production' }); // Use the SDK...</script>