<script src="https://unpkg.com/@rive-app/canvas"></script>
<canvas id="canvas" width="1920" height="1080"></canvas>
<script>
    const r = new rive.Rive({
        src: "https://www.dropbox.com/scl/fi/d8uxyll35yqecyimgh6zz/groundwater-250103-1637.riv",
        // OR the path to a discoverable and public Rive asset
        // src: '/public/example.riv',
        canvas: document.getElementById("canvas"),
        autoplay: true,
        // artboard: "Artboard", // Optional. If not supplied the default is selected
        stateMachines: "State Machine 1",
        onLoad: () => {
          r.resizeDrawingSurfaceToCanvas();
        },
    });
</script>

Share link exported from Rive

Export only available in paid plan, does not support interactivity