bevy_blob_loader 0.3.0

Bevy plugin for loading assets from JavaScript blob URLs.
Documentation
1
2
3
4
5
6
7
8
# bevy_blob_loader

Bevy plugin for loading assets from JavaScript blob URLs.
Should only be added when targeting the web, otherwise `wasm-bindgen` will panic.

## Testing

View the example with `trunk serve`.