Hacker News new | ask | show | jobs
by hanniabu 2540 days ago
Can that still be interacted with? I wouldn't even know where to start to allow clicks and such.
1 comments

A canvas element will get events like any other DOM node. From there on, it's up to you.

> I wouldn't even know where to start to allow clicks and such.

Figuring that out should be a good exercise, then. Otherwise, you might want to use some library building on top of canvas.