We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83015bc commit 463d542Copy full SHA for 463d542
2 files changed
README.md
@@ -8,8 +8,8 @@
8
9
10
# A {N} Image Cropping Plugin
11
-
12
[](http://choosealicense.com/licenses/mit/)
+[](https://www.npmjs.com/package/nativescript-imagecropper)
13
14
## Notes
15
package.json
@@ -1,6 +1,6 @@
1
{
2
"name":"nativescript-imagecropper",
3
- "version":"0.0.2",
+ "version":"0.0.3",
4
"description":"A image cropper based on TOCropViewController for iOS and uCrop for Android",
5
"main":"imagecropper.js",
6
"nativescript":{
@@ -27,7 +27,7 @@
27
"cropping",
28
"cropper",
29
"TOCropViewController",
30
- "android-cropimage"
+ "uCrop"
31
],
32
"author":"bthurlow",
33
"bugs":{
0 commit comments