how to reverse a video in js

JavaScript
ffmpeg -i my-video.mp4 -vf reverse my-video.mp4
Source

Also in JavaScript: