BlazorExtensions / Canvas

HTML5 Canvas API implementation for Microsoft Blazor
MIT License
614 stars 146 forks source link

Question: Is it easy/possible to make interactive elements on the canvas without jsInterop? #61

Closed devantler closed 2 years ago

devantler commented 4 years ago

Hi i am thinking of using this library, as i know native html5 canvas allows interaction with the use of javascript. I am not a big fan of javascript though, and i am therefore wondering if this is possible with this library and C#?

A simple example is very welcome, so i have an idea of how it would look :-)