Automatically resize your Bevy app on the web (wasm) to the size of the browser window.
```rust
{ app.addplugin(bevyweb_resizer::Plugin); } ```
Note: this functionality will be built into Bevy in the next release.