How to add this cordova plugin into my ionic app?

Hello so my question is how could i add and use this plugin in ionic app?

All you need to do is run this command:

cordova plugin add https://github.com/protonet/cordova-plugin-image-resizer

Good luck and happy coding.

Thx solved this out ! And need to include or i’m doing it wrong?

Cheers m8!

It should automatically add the cordova plugin information to your config.xml. So no manually work is needed.

Thx Cheers m8 it help me out !