@camera.ui/tunnel
v1.0.7
Published
camera.ui tunnel client binary
Readme
@camera.ui/tunnel
Prebuilt tunnel client binary for the camera.ui ecosystem.
import { tunnelPath, isTunnelAvailable } from '@camera.ui/tunnel';
if (isTunnelAvailable()) {
spawn(tunnelPath(), ['--config', '...']);
}Supported platforms
| os | x64 | arm64 | | ------ | --- | ----- | | darwin | ✓ | ✓ | | linux | ✓ | ✓ | | win32 | ✓ | ✓ |
Part of the camera.ui ecosystem.
