@nuwax-ai/lanproxy
v1.0.0
Published
Platform-aware nuwax-lanproxy binary resolver
Readme
@nuwax-ai/lanproxy
Platform-aware resolver for the nuwax-lanproxy executable.
npm install @nuwax-ai/lanproxyimport { resolveBinaryPath } from "@nuwax-ai/lanproxy";
const binaryPath = resolveBinaryPath();npm installs only the optional package matching the current OS and CPU:
@nuwax-ai/lanproxy-darwin-arm64@nuwax-ai/lanproxy-darwin-x64@nuwax-ai/lanproxy-linux-arm64@nuwax-ai/lanproxy-linux-x64@nuwax-ai/lanproxy-win32-x64
Do not install with --omit=optional; that intentionally omits the executable.
