You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+16-16
Original file line number
Diff line number
Diff line change
@@ -15,16 +15,16 @@
15
15
16
16
---
17
17
18
-
:fire:**HEADS UP!** You're currently looking at the branch for Vue 2. If you're looking for the branch for Vue 3, [please check out `vue-next` branch](https://github.com/advanced-cropper/vue-advanced-cropper/tree/vue-next).
18
+
:fire:**HEADS UP!** You're currently looking at the branch for Vue 2. For the Vue 3 branch, [please check out the`vue-next` branch](https://github.com/advanced-cropper/vue-advanced-cropper/tree/vue-next).
19
19
20
20
---
21
21
22
-
**Vue Advanced Cropper** is the advanced library that gives you opportunity to create your own croppers suited for any website design.
23
-
It means that you are able to change not only the cropper appearance, you area able to customize its behavior also.
22
+
**Vue Advanced Cropper** is the advanced library that allows you to create custom croppers suited for any website design.
23
+
It means that you can change not only the cropper's appearance but also its behavior.
24
24
25
25
Features:
26
26
27
-
- full mobile / desktop support
27
+
- full mobile/desktop support
28
28
- support [all three main types of croppers](https://advanced-cropper.github.io/vue-advanced-cropper/introduction/types.html) right out of the box
29
29
- support both canvas and coordinates modes, minimum and maximum aspect ratios, custom size restrictions
If you would to use CDN read the corresponding [documentation section](https://advanced-cropper.github.io/vue-advanced-cropper/introduction/getting-started.html#using-cdn)
59
+
If you would like to use a CDN, please read the corresponding [documentation section](https://advanced-cropper.github.io/vue-advanced-cropper/introduction/getting-started.html#using-cdn)
60
60
61
61
## Usage
62
62
@@ -96,8 +96,8 @@ new Vue({
96
96
97
97
```
98
98
/*
99
-
Maybe you need to set the limits for the cropper sizes or its container sizes
100
-
otherwise a cropping image will try to fill all available space
99
+
You may need to set the limits for the cropper sizes or container sizes,
100
+
otherwise, a cropping image will try to fill all available space
0 commit comments