This example is running in WebGL2 and should work in most browsers. You can check the WebGPU examples here.
sprite_flipping.rs:
//! Displays a single [`Sprite`], created from an image, but flipped on one axis.
use *;