| 5 | LINE = 3 |
| 6 | } |
| 7 | export 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 | } |
nothing calls this directly
no outgoing calls
no test coverage detected