(frames: SwitchFrameSample[])
| 395 | } |
| 396 | |
| 397 | function stripPng(frames: SwitchFrameSample[]) { |
| 398 | return frames.map(({ png, ...rest }) => rest); |
| 399 | } |
| 400 | |
| 401 | async function main() { |
| 402 | const muxRoot = await fs.mkdtemp(path.join(os.tmpdir(), "mux-web-repro-")); |