MCPcopy
hub / github.com/CapSoftware/Cap / getCameraOnlyMode

Function getCameraOnlyMode

apps/desktop/src/routes/camera.tsx:63–65  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

61};
62
63const getCameraOnlyMode = () => {
64 return window.__CAP__?.cameraOnlyMode === true;
65};
66
67const getNativeCameraPreviewInitialState = () => {
68 return window.__CAP__?.enableNativeCameraPreview === true;

Callers 1

isCameraOnlyModeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected