What is the way for cordova-plugin-crop plugin install,import and use with ionic2

please some one explain how to use
plugins.crop.promise(’/path/to/image’, options)
.then(function success (newPath) {

})
.catch(function fail (err) {

})

and how to import this plugin in .ts file to use the methods of this plugin