UNPKG

remotion

Version:

Render videos in React

10 lines 412 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Still = void 0; const jsx_runtime_1 = require("react/jsx-runtime"); const Composition_1 = require("./Composition"); const Still = (props) => { return (0, jsx_runtime_1.jsx)(Composition_1.Composition, Object.assign({ fps: 1, durationInFrames: 1 }, props), void 0); }; exports.Still = Still; //# sourceMappingURL=Still.js.map