remotion
Version:
Render videos in React
8 lines (7 loc) • 308 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.FEATURE_FLAG_FIREFOX_SUPPORT = void 0;
// There is no Firefox support yet, the waitForFunction method
// does not yet work and downloading has a bug.
// Disabling this for now!
exports.FEATURE_FLAG_FIREFOX_SUPPORT = false;