Masth0 / ScratchCard

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

Is it possible to put other element behind instead of an image tag? #4

Closed yuhua-chen closed 6 years ago

yuhua-chen commented 6 years ago

Great work! For more use cases, is it possible to put divs or other elements behind? Thanks 😀

Masth0 commented 6 years ago

Thanks ! I'm going to see about that :bear:

Masth0 commented 6 years ago

@yuhua-chen Hi ! You can check the feat/HTMLBackground branch.
I set a new property called HTMLBackground : string.
You will see an example in ./dist folder.

If you are another idea to implement it, i'm obviously interested :)

yuhua-chen commented 6 years ago

Awesome! I'll try it out. Thanks a lot.