@ldlework/steamworks-ts
v0.0.20
Published
[](https://www.npmjs.com/package/@ldlework/steamworks-ts) [](LICENSE) [;
const user = steam.getCurrentUser();
console.log('Current User Info:');
console.log(' Steam ID:', user.steamId);
console.log(' Account ID:', user.accountId);
console.log(' Name:', user.name);
console.log(' Logged On:', user.loggedOn);License
This package is licensed under MIT.
Help, I can't run my game!
If you are seeing errors like STATUS_DLL_NOT_FOUND, Image not found etc. your platform is not likely supported by Steamworks-ts.
