-
Please which file can I edit to translate it in French. Thank you
-
Hello, thank you for component.
I'm new in vue world. But when I comparing Vanilla Cropper, then your version is much more laggy (selecting, zooming, moving). It is Vue wrapping problem? Vue always…
amdad updated
5 years ago
-
对接云上传的时候,需要拿到图片的真实大小,这样才能保证本地裁切和云裁切一致,实现所见即所得
-
请问,vue 支持吗
-
请问typescript下怎么用啊
-
Is it possible to change the aspect ratio?
stencil () {
console.log(this.ratio)
return {
aspectRatio: this.ratio[0] / this.ratio[1],
handlers: {
eastN…
-
### Version
4.0.5
### Environment info
```
Environment Info:
System:
OS: Windows 7
CPU: (2) x64 Intel(R) Pentium(R) CPU G630 @ 2.70GHz
Binaries:
Node: 12.12.0 …
-
Since I added vue-advanced-cropper to a project built with webpack, unit tests (ran with `vue-cli-service test:unit`) fail to compile.
```javascript
TypeError: Cannot read property 'startsWith' of…
-
Can you please update this for nuxt/ssr? The problem come when launch `import VueCropper from 'vue-cropper'`
Nuxt nothing can do if you use document/window when import. You can use that after plugi…
-
传递一个1000*1000的图片给vue-cropper,调整其截图框大小使其尽可能大,但最大只有720px,不能达到原图大小。请问这个是如何设置使得截图框最大尺寸可以和图片大小一致呢