bevy/crates/bevy_render
François cb286e5b60
Screenshots in wasm (#8455)
# Objective

- Enable taking a screenshot in wasm
- Followup on #7163 

## Solution

- Create a blob from the image data, generate a url to that blob, add an
`a` element to the document linking to that url, click on that element,
then revoke the url
- This will automatically trigger a download of the screenshot file in
the browser
2023-04-28 19:37:11 +00:00
..
macros Fixed several missing links in docs. (#8117) 2023-04-23 17:28:36 +00:00
src Screenshots in wasm (#8455) 2023-04-28 19:37:11 +00:00
Cargo.toml Screenshots in wasm (#8455) 2023-04-28 19:37:11 +00:00