@capacitor-mobi/rotate-image
v1.0.7
Published
Rotate an image by provided image file path
Readme
rotate-image
Rotate an image by provided image file path
Install
npm install rotate-image
npx cap syncAPI
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
