@imagekit/vue
v4.0.0
Published
[<img width="250" alt="ImageKit.io" src="https://raw.githubusercontent.com/imagekit-developer/imagekit-javascript/master/assets/imagekit-light-logo.svg"/>](https://imagekit.io)
Downloads
218
Readme
ImageKit.io Vue.js SDK
Introduction
ImageKit Vue.js SDK provides a simple way to integrate ImageKit.io with your Vue.js/Nuxt applications. It allows you to easily:
- Render images and video with automatic optimization and responsive sizes.
- Apply transformations to images and videos using URL parameters.
- Apply powerful AI-powered image transformations e.g. background removal, generative fill, object cropping, and more.
Installation
You can install the SDK in your project using npm or yarn.
npm install @imagekit/vueTypeScript support
The SDK provides first-class TypeScript support for Vue projects, giving you robust type-safety and IDE IntelliSense out of the box—no extra configuration required.
Documentation
Refer to the ImageKit official documentation for more details on how to use the SDK.
