UNPKG

react-filerobot-video-editor

Version:

React component version of filerobot video editor (FVE).

1 lines 255 B
export default function formatSeconds(a,b){if(a){var c=Math.floor(a/3600),d=Math.floor(a%3600/60),e=Math.floor(a%60),f=c||b?"".concat((c+"").padStart(2,"0"),":"):"",g=(d+"").padStart(2,0),h=(e+"").padStart(2,0);return"".concat(f).concat(g,":").concat(h)}}