UNPKG

remotion

Version:

Make videos programmatically

7 lines (6 loc) 301 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const jsx_runtime_1 = require("react/jsx-runtime"); const ForwardOffthread = () => { return ((0, jsx_runtime_1.jsx)(OffthreadVideo, { src: "https://assets.remotion.dev/sample-video.mp4", startFrom: 0, endAt: 100 })); };