UNPKG

367 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3exports.Still = void 0;
4const jsx_runtime_1 = require("react/jsx-runtime");
5const Composition_1 = require("./Composition");
6const Still = (props) => {
7 return (0, jsx_runtime_1.jsx)(Composition_1.Composition, { fps: 1, durationInFrames: 1, ...props }, void 0);
8};
9exports.Still = Still;