1.0.7 • Published 4 years ago
@capacitor-mobi/rotate-image v1.0.7
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