Video.js - open source HTML5 & Flash video player
-
Updated
Feb 8, 2022 - JavaScript
Add a description, image, and links to the flash topic page so that developers can more easily learn about it.
To associate your repository with the flash topic, visit your repo's landing page and select "manage topics."
Time durations in Ruffle are often stored as floats (example), and it's difficult to know which units the values are in (secs, ms, ...).
It'd be nice to switch these over to use
std::time::Durationfor clarity.