1.0.7 • Published 2 years ago

@capacitor-mobi/rotate-image v1.0.7

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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
ParamType
options{ value: string; }

Returns: any


rotate(...)

rotate(options: { oldPath: string; newPath: string; degree: number; }) => any
ParamType
options{ oldPath: string; newPath: string; degree: number; }

Returns: any


1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.2

3 years ago

1.0.3

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago