"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.indexHtml = void 0; const remotion_1 = require("remotion"); const indexHtml = ({ publicPath, editorName, inputProps, envVariables, staticHash, remotionRoot, studioServerCommand, renderQueue, completedClientRenders, numberOfAudioTags, publicFiles, includeFavicon, title, renderDefaults, publicFolderExists, gitSource, projectName, installedDependencies, packageManager, audioLatencyHint, logLevel, mode, }) => // Must setup remotion_editorName and remotion.remotion_projectName before bundle.js is loaded ` ${includeFavicon ? `` : ''} ${title} ${mode === 'dev' ? `` : ''} ${editorName ? `` : ''} ${inputProps ? `` : ''} ${renderQueue ? `` : ''} ${completedClientRenders ? `` : ''} ${envVariables ? `` : ''} ${gitSource ? `` : ''} ${mode === 'dev' ? ` `.trimStart() : ''}
`.trim(); exports.indexHtml = indexHtml;