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
- Host: GitHub
- URL: https://github.com/imagekit-developer/imagekit-angular
- Owner: imagekit-developer
- License: apache-2.0
- Created: 2020-01-31T06:41:47.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2026-01-13T11:51:57.000Z (3 months ago)
- Last Synced: 2026-01-13T14:39:51.372Z (3 months ago)
- Topics: hacktoberfest, image-manipulation, image-optimization
- Language: TypeScript
- Homepage: https://imagekit.io
- Size: 4.05 MB
- Stars: 18
- Watchers: 6
- Forks: 23
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
[
](https://imagekit.io)
# ImageKit.io Angular SDK

[](https://www.npmjs.com/package/@imagekit/angular)
[](https://opensource.org/license/apache-2-0)
[](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.