vue-advanced-cropper
Advanced tools
Comparing version 1.11.5 to 1.11.6
{ | ||
"name": "vue-advanced-cropper", | ||
"version": "1.11.5", | ||
"version": "1.11.6", | ||
"description": "The advanced library to create your own croppers suited for any website design", | ||
@@ -5,0 +5,0 @@ "author": "Norserium", |
@@ -38,2 +38,4 @@ <p align="center"><a href="https://advanced-cropper.github.io/vue-advanced-cropper/" target="_blank" rel="noopener noreferrer"><img width="133" src="https://github.com/advanced-cropper/vue-advanced-cropper/blob/master/example/readme/logo.svg?raw=true×tamp=1608385818575" alt="Vue Advanced Cropper logo"></a></p> | ||
### Vue 3.0 | ||
```bash | ||
@@ -47,2 +49,12 @@ npm install --save vue-advanced-cropper | ||
### Vue 2.0 | ||
```bash | ||
npm install --save vue-advanced-cropper@vue-2 | ||
``` | ||
```bash | ||
yarn add vue-advanced-cropper@vue-2 | ||
``` | ||
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) | ||
@@ -49,0 +61,0 @@ |
Sorry, the diff of this file is not supported yet
169
292470
14