Iftekhar Rifat
Iftekhar Rifat
> I'm having the same issue using vue 2 with composition api... It should work with vue 2 using composition api? Maybe version 5 should be still compatible with vue...
can you provide a sample project to reproduce this ?
you can use `relativeZoom` (relative) or `zoomTo` (absolute) method. It depends on the slider value you're getting.
Not sure it's the library issue. Example project works & builds fine with vite. Can you check if it's coming from your lib ?
Sorry for the late reply, as this library is just a wrapper around cropperjs, you may want to file an issue there. I would guess it's resolution related, mac provides...
Are you handling the drag events ? If so, maybe there's some expensive operation that's causing the lag. Also check if ui is re-rendering for each drag event.
> How work with base64 returns url? > Isnt work for me. Please provide a detailed explanation about the problem you're facing, or a sample repo.
Currently it has no support for direct script usage. But pr is always welcome :)
Sorry, please write in english.
As far as I understand, running flow only checks files with `@flow` annotation. To enable checking without annotation, you have to run `flow --all`. I think there should be `enableAll`...