@yume-chan/scrcpy
Version:
TypeScript implementation of Scrcpy client.
9 lines • 307 B
JavaScript
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