Hi there. Is it possible to use OOP paradigm in plugin development?
I wish to make objects extends class. And class must have some methods like async method receiving src and method creating rectangle (at picture below). I can’t figure out how to turn such API requests into class methods. Help with example