vue-cropperjs2 0.0.3 → 0.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -4
- package/package.json +5 -1
package/README.md
CHANGED
|
@@ -9,14 +9,14 @@ A modern Vue 3 wrapper for [Cropper.js v2](https://github.com/fengyuanchen/cropp
|
|
|
9
9
|
|
|
10
10
|
## Installation
|
|
11
11
|
|
|
12
|
-
Install `vue-cropperjs2
|
|
12
|
+
Install `vue-cropperjs2`:
|
|
13
13
|
|
|
14
14
|
```bash
|
|
15
|
-
npm install vue-cropperjs2
|
|
15
|
+
npm install vue-cropperjs2
|
|
16
16
|
# or using yarn
|
|
17
|
-
yarn add vue-cropperjs2
|
|
17
|
+
yarn add vue-cropperjs2
|
|
18
18
|
# or using pnpm
|
|
19
|
-
pnpm add vue-cropperjs2
|
|
19
|
+
pnpm add vue-cropperjs2
|
|
20
20
|
```
|
|
21
21
|
|
|
22
22
|
## Available Components
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "vue-cropperjs2",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.4",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist"
|
|
@@ -30,5 +30,9 @@
|
|
|
30
30
|
"vite": "^8.1.3",
|
|
31
31
|
"vite-plugin-dts": "^5.0.3",
|
|
32
32
|
"vue-tsc": "^3.3.6"
|
|
33
|
+
},
|
|
34
|
+
"repository": {
|
|
35
|
+
"type": "git",
|
|
36
|
+
"url": "https://github.com/choliddnr/vue-cropperjs2.git"
|
|
33
37
|
}
|
|
34
38
|
}
|