UNPKG

@remotion/renderer

Version:

Render Remotion videos using Node.js or Bun

6 lines (5 loc) 347 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.wrapWithErrorHandling = void 0; var wrap_with_error_handling_1 = require("./wrap-with-error-handling"); Object.defineProperty(exports, "wrapWithErrorHandling", { enumerable: true, get: function () { return wrap_with_error_handling_1.wrapWithErrorHandling; } });