UNPKG

@yume-chan/fetch-scrcpy-server

Version:
6 lines (4 loc) 152 B
import { BIN, VERSION } from "@yume-chan/fetch-scrcpy-server"; import fs from "fs/promises"; console.log(VERSION); fs.readFile(BIN).then(console.log);