- ionic start ionicStripe blank
ionic cordova plugin add cordova-plugin-stripenpm install --save @ionic-native/stripe
* import { Stripe } from '@ionic-native/stripe';
| #!/bin/bash -e | |
| # Make sure you have installed ImageMagick | |
| # http://cactuslab.com/imagemagick/ | |
| # Ensure we're running in location of script. | |
| cd "`dirname $0`" | |
| for f in *; do | |
| if [[ $f == *@3x* ]]; | |
| then |