An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

[ImageKit.io](https://imagekit.io)

# ImageKit.io Vue.js SDK

![Node CI](https://github.com/imagekit-developer/imagekit-vuejs/workflows/Node%20CI/badge.svg)
[![npm version](https://img.shields.io/npm/v/@imagekit/vue)](https://www.npmjs.com/package/@imagekit/vue)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![Twitter Follow](https://img.shields.io/twitter/follow/imagekitio?label=Follow&style=social)](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.