Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/OpenCut-app/OpenCut
/ EyeDropperResult
Interface
EyeDropperResult
apps/web/src/types/eyedropper.d.ts:1–3 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
interface
EyeDropperResult {
2
sRGBHex: string;
3
}
4
5
interface
EyeDropper {
6
open(options?: { signal?: AbortSignal }): Promise<EyeDropperResult>;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected