Hi guys! 🙂 I want to write an app that can be viewed in a web browser. I want to draw a lot of lines, squares etc on some canvas and make animations. I want to make some file processing (10-15 mb per file). I wish to load the entire file into RAM to speed things up. Not sure if I need multithreading. I have NO knowledge of JS\CSS\HTML at all, but I know Kotlin. What framework\library should I use for this task? Thanks!