Allow user to resize images

I am newby in Phaser usage (but have knowledge in web programming and js in general).
I have something like a game where user can drag and drop images on my scene.
However, I also need ability for user to resize images as he want.
How to achieve this? Should I use additional technologies / frameworks or this can be done with Phaser?

It’s a bit of work but certainly doable.