https://github.com/imagekit-developer/imagekit-vuejs
Vue.js SDK for ImageKit.io
https://github.com/imagekit-developer/imagekit-vuejs
hacktoberfest image-manipulation image-optimization imagekit
Last synced: 7 days ago
JSON representation
Vue.js SDK for ImageKit.io
- Host: GitHub
- URL: https://github.com/imagekit-developer/imagekit-vuejs
- Owner: imagekit-developer
- License: mit
- Created: 2020-01-14T12:52:38.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2026-02-14T10:08:42.000Z (about 2 months ago)
- Last Synced: 2026-02-15T23:50:07.567Z (about 2 months ago)
- Topics: hacktoberfest, image-manipulation, image-optimization, imagekit
- Language: Vue
- Homepage: https://imagekit.io
- Size: 3.49 MB
- Stars: 38
- Watchers: 3
- Forks: 21
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[
](https://imagekit.io)
# ImageKit.io Vue.js SDK

[](https://www.npmjs.com/package/@imagekit/vue)
[](https://opensource.org/licenses/MIT)
[](https://twitter.com/ImagekitIo)
## 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.
```bash
npm install @imagekit/vue
```
## TypeScript 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](https://imagekit.io/docs/integration/vuejs) for more details on how to use the SDK.