UNPKG

@googleforcreators/media

Version:

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

3 lines (2 loc) 234 B
import o from"./formatDuration.js";function t(t){const r=Math.floor(t/3600);t%=3600;const a=Math.floor(t/60);return t%=60,r?`${r}:${o(a)}:${o(t)}`:`${a}:${o(t)}`}export{t as default}; //# sourceMappingURL=getVideoLengthDisplay.js.map