UNPKG

@yume-chan/scrcpy

Version:
12 lines (10 loc) 369 B
import type { Init } from "./init.js"; import { VideoOrientation } from "./init.js"; import { PrevImpl } from "./prev.js"; export const Defaults = /* #__PURE__ */ (() => ({ ...PrevImpl.Defaults, logLevel: "debug", lockVideoOrientation: VideoOrientation.Unlocked, powerOffOnClose: false, }) as const satisfies Required<Init>)();