MCPcopy Create free account
hub / github.com/Masth0/ScratchCard / SC_CONFIG

Interface SC_CONFIG

types/ScratchCardConfig.d.ts:7–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5 LINE = 3
6}
7export interface SC_CONFIG {
8 scratchType: SCRATCH_TYPE;
9 containerWidth: number;
10 containerHeight: number;
11 imageForwardSrc: string;
12 imageBackgroundSrc: string;
13 htmlBackground: string;
14 clearZoneRadius: number;
15 nPoints: number;
16 pointSize: number;
17 percentToFinish: number;
18 callback?: () => void;
19 brushSrc: string;
20 enabledPercentUpdate: boolean;
21}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected