@yume-chan/scrcpy
Version:
TypeScript implementation of Scrcpy.
13 lines (9 loc) • 529 B
text/typescript
import { ScrcpyLogLevel1_18, ScrcpyVideoOrientation1_18 } from "./1_18.js";
import type { ScrcpyOptionsInit2_3 } from "./2_3.js";
import { ScrcpyOptions2_3 } from "./2_3.js";
export const ScrcpyLogLevel = ScrcpyLogLevel1_18;
export type ScrcpyLogLevel = ScrcpyLogLevel1_18;
export const ScrcpyVideoOrientation = ScrcpyVideoOrientation1_18;
export type ScrcpyVideoOrientation = ScrcpyVideoOrientation1_18;
export type ScrcpyOptionsInitLatest = ScrcpyOptionsInit2_3;
export class ScrcpyOptionsLatest extends ScrcpyOptions2_3 {}