UNPKG

@yume-chan/scrcpy

Version:
9 lines 307 B
import { VideoOrientation } from "./init.js"; import { PrevImpl } from "./prev.js"; export const Defaults = /* #__PURE__ */ (() => ({ ...PrevImpl.Defaults, logLevel: "debug", lockVideoOrientation: VideoOrientation.Unlocked, powerOffOnClose: false, }))(); //# sourceMappingURL=defaults.js.map