MCPcopy
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

1interface EyeDropperResult {
2 sRGBHex: string;
3}
4
5interface EyeDropper {
6 open(options?: { signal?: AbortSignal }): Promise<EyeDropperResult>;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected