Crop image via finger(touch) in Ionic App

前端 未结 3 785
夕颜
夕颜 2021-02-20 03:40

I am Working on ionic based Application.My ionic app version is 1.2.4. I want to Crop Functionality in my application. I want to crop image Via Touch with irregular Shape. So an

3条回答
  •  忘了有多久
    2021-02-20 04:00

    You need

    import { CropPlugin } from 'ionic-native';

    You can look at https://github.com/alexk111/ngImgCrop and https://github.com/jeduan/cordova-plugin-crop

提交回复
热议问题