mirror of
https://github.com/yume-chan/ya-webadb.git
synced 2025-10-03 17:59:50 +02:00
feat(scrcpy-server): separate package, add support for Vite
This commit is contained in:
parent
419a7559fe
commit
9b0e06cdfb
34 changed files with 4717 additions and 2588 deletions
5
libraries/fetch-scrcpy-server/examples/node/index.js
Normal file
5
libraries/fetch-scrcpy-server/examples/node/index.js
Normal file
|
@ -0,0 +1,5 @@
|
|||
import { BIN, VERSION } from "@yume-chan/fetch-scrcpy-server";
|
||||
import fs from "fs/promises";
|
||||
|
||||
console.log(VERSION);
|
||||
fs.readFile(BIN).then(console.log);
|
Loading…
Add table
Add a link
Reference in a new issue