Masth0 / ScratchCard

ScratchCard is a js lib to simulated a scratchcard in browser with html5 and canvas.
MIT License
153 stars 49 forks source link

New required parameters from SC_CONFIG are missing from documentation #52

Closed pinguluk closed 6 months ago

pinguluk commented 7 months ago
export interface SC_CONFIG {
    ...
    htmlBackground: string;
    percentToFinish: number;
    brushSrc: string;
    enabledPercentUpdate: boolean;
}

https://masth0.github.io/ScratchCard/

Masth0 commented 6 months ago

@pinguluk Thanks!