I'm thinking of experimenting with using the javascript library in a webview2 control in an existing winform desktop application. However, I am not sure if the community license would allow me to distribute the js library embedded in the winform app in this way. I figure it is about the same as using the js library with electron which looks to be ok but I wanted to be sure.
(Yep, I know it would be better to build something new with the right library on the right platform and I will rebuild the whole thing if the clients like the general functionality of the old winform app I have. For now, though, I need to add a little extra functionality from things only found in the js library like the kanban.)
Thanks!