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

https://github.com/imagekit-developer/imagekit-angular

Angular SDK for ImageKit.io client side file upload and URL generation
https://github.com/imagekit-developer/imagekit-angular

hacktoberfest image-manipulation image-optimization

Last synced: 8 days ago
JSON representation

Angular SDK for ImageKit.io client side file upload and URL generation

Awesome Lists containing this project

README

          

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

# ImageKit.io Angular SDK

![Node CI](https://github.com/imagekit-developer/imagekit-angular/workflows/E2E%20Tests/badge.svg)
[![npm version](https://img.shields.io/npm/v/@imagekit/angular)](https://www.npmjs.com/package/@imagekit/angular)
[![License: Apache 2.0](https://img.shields.io/badge/license-Apache%20License%202.0-blue)](https://opensource.org/license/apache-2-0)
[![Twitter Follow](https://img.shields.io/twitter/follow/imagekitio?label=Follow&style=social)](https://twitter.com/ImagekitIo)

## Introduction

ImageKit Angular SDK provides a simple way to integrate ImageKit.io with your Angular 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/angular
```

## TypeScript support

The SDK is written in TypeScript, offering first-class TypeScript support. Enjoy excellent type safety and IntelliSense in your IDE. You can use it in your TypeScript projects without any additional configuration.

## Documentation

Refer to the ImageKit [official documentation](https://imagekit.io/docs/integration/angular) for more details on how to use the SDK.