Image Cropper for Capacitor
npm install @aalzehla/capacitor-cropper
npx cap sync
crop(options: CropImageOptions) => Promise<CropImageState>
Param | Type |
---|---|
options |
CropImageOptions |
Returns: Promise<CropImageState>
Prop | Type |
---|---|
result |
string |
Prop | Type |
---|---|
uri |
string |
x |
number |
y |
number |
rounded |
boolean |
title |
string |