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

Fix types for TS files using ScratchCard #50

Closed H-L closed 11 months ago

H-L commented 11 months ago

Actually, if you install the package and import it in a TS file, the types are not detected by Typescript and generate errors.

package.json was missing the option typings to tell TS where to find the types.