UNPKG

@googleforcreators/media

Version:

Functionality for creating and working with media resources in the Web Stories editor.

3 lines (2 loc) 247 B
import t from"./formatDuration.js";function o(o){if(!o)return"00:00:00";let r=o/1e3;const f=Math.floor(r/3600);r%=3600;const n=Math.floor(r/60);return r%=60,`${t(f)}:${t(n)}:${t(r)}`}export{o as default}; //# sourceMappingURL=formatMsToHMS.js.map