UNPKG

remotion

Version:

Make videos programmatically

8 lines (7 loc) 255 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getCurrentTime = void 0; const getCurrentTime = ({ frame, playbackRate, fps, }) => { return (frame * playbackRate) / fps; }; exports.getCurrentTime = getCurrentTime;