Files
clawbot/skills/remotion-prompt-video/node_modules/remotion/dist/cjs/Clipper.js

11 lines
668 B
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.Clipper = void 0;
/**
* @deprecated <Clipper> has been removed as of Remotion v4.0.228. The native clipping APIs were experimental and subject to removal at any time. We removed them because they were sparingly used and made rendering often slower rather than faster.
*/
const Clipper = () => {
throw new Error('<Clipper> has been removed as of Remotion v4.0.228. The native clipping APIs were experimental and subject to removal at any time. We removed them because they were sparingly used and made rendering often slower rather than faster.');
};
exports.Clipper = Clipper;