mirror of
https://github.com/yume-chan/ya-webadb.git
synced 2025-10-03 17:59:50 +02:00
5 lines
152 B
JavaScript
5 lines
152 B
JavaScript
import { BIN, VERSION } from "@yume-chan/fetch-scrcpy-server";
|
|
import fs from "fs/promises";
|
|
|
|
console.log(VERSION);
|
|
fs.readFile(BIN).then(console.log);
|