Ionic 4 using Canvas

Are there any good canvas libraries for ionic that you would recommend for placing graphics that are clickable on the canvas?

hello
did you get a lib?

Why do you need specifically canvas? do you intent to also dynamically draw something? did you consider using SVG? clicking SVG shapes and element is almost as close to clicking buttons.

I ended up using SVG. It worked out great.

1 Like