Ankur Dwivedi
Ankur Dwivedi
Hello @adaboese, I've tested with the versions node v21.4.0 and pnpm 8.12.1, and it seems to be working fine for me. I don't think the issue is related to `imagekit`.
Utilize [version 2.0.1](https://www.npmjs.com/package/imagekitio-vue/v/2.0.1), which is compatible with Vue 3.
Utilize [version 2.0.1](https://www.npmjs.com/package/imagekitio-vue/v/2.0.1), which is compatible with Vue 3 and works fine with typescript.
Utilize the `validateFile` functionality available in the `IKUpload` component in [version 2.0.1](https://www.npmjs.com/package/imagekitio-vue/v/2.0.1). Called before the upload is started to run custom validation. The first and only argument is the file...
Utilize [version 2.0.1](https://www.npmjs.com/package/imagekitio-vue/v/2.0.1), which is compatible with Vue 3 and shouldn't give any issues in the build.
Hi @techfortified, it looks like a good addition! We'll definitely include it in our upcoming release. Thanks for suggesting it!
Hi @snlpatel001213, before proceeding, ensure you've initialized the SDK. Below is a sample code snippet for initialization. For further details, refer to the documentation [here](https://github.com/imagekit-developer/imagekit-python?tab=readme-ov-file#initialization): ``` from imagekitio import ImageKit...
Hi @veeresh2022 could you please share you TypeScript version and `tsconfig.json` file to replicate the issue. Also, if you intend to crop an image, you might be missing some properties....