chore: format code with prettier

This commit is contained in:
Simon Chan 2023-02-23 16:00:08 +08:00
parent 6f1be248fb
commit 6ada4a7a06
77 changed files with 459 additions and 283 deletions

View file

@ -1,6 +1,6 @@
import {
type H264Configuration,
type ScrcpyVideoStreamPacket,
import type {
H264Configuration,
ScrcpyVideoStreamPacket,
} from "@yume-chan/scrcpy";
import { WritableStream } from "@yume-chan/stream-extra";