@capacitor-mobi/rotate-image
v1.0.7
Published
Rotate an image by provided image file path
Downloads
16
Readme
rotate-image
Rotate an image by provided image file path
Install
npm install rotate-image
npx cap sync
API
echo(...)
echo(options: { value: string; }) => any
| Param | Type |
| ------------- | ------------------------------- |
| options
| { value: string; } |
Returns: any
rotate(...)
rotate(options: { oldPath: string; newPath: string; degree: number; }) => any
| Param | Type |
| ------------- | ------------------------------------------------------------------ |
| options
| { oldPath: string; newPath: string; degree: number; } |
Returns: any