()
| 39 | |
| 40 | const execFileAsync = promisify(execFile); |
| 41 | const getNowMs = () => performance.now(); |
| 42 | const formatFfmpegSeconds = (milliseconds: number) => (milliseconds / 1000).toFixed(3); |
| 43 | const MISSING_NATIVE_STATIC_BACKGROUND_COLOR = "#ffffff"; |
| 44 | const NATIVE_EXPORT_HIGH_PRIORITY = os.constants.priority.PRIORITY_HIGH; |
no outgoing calls
no test coverage detected