Files
story-studio/remotion/node_modules/@remotion/studio/dist/helpers/show-browser-rendering.js
2026-02-21 10:33:18 +01:00

5 lines
216 B
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.SHOW_BROWSER_RENDERING = void 0;
exports.SHOW_BROWSER_RENDERING = Boolean(process.env.EXPERIMENTAL_CLIENT_SIDE_RENDERING_ENABLED);