Ed Bentley
Ed Bentley
Add a TypeScript Transformer to allow using the library without Babel.
Add a way to setup with Babel macros
It would be nice to have runtime errors messages which better show where in the data the validation has failed, to make it easier to understand why it's failed.
Provides a `globalAudio.volume` and `globalAudio.setVolume` in `device` to control the global volume level. Makes it easier for games to implement a volume slider.
Chrome sets a 5 MB limit on LocalStorage ([source](https://developer.chrome.com/docs/apps/offline_storage/)), which is currently used to save local data on web. We should consider moving to [IndexedDB](https://developer.mozilla.org/en-US/docs/Web/API/IndexedDB_API) for greater storage space.
Add support for [HMR](https://webpack.js.org/concepts/hot-module-replacement/) on the web.
**Describe the bug** When playing a game on iOS, I can see stuttering **when there is touch input**. Here's an example on iPad 6th Gen, iOS 17.1.2. The text is...
To meet the [minimum requirements from Google](https://support.google.com/googleplay/android-developer/answer/11926878).
Electron version: 25.3.0 When I call `electronEnableSteamOverlay` and launch my game, an overlay appears but it is a white rectangle. Pressing shift+tab to open the overlay just presents a white...