@imagekit/angular
v6.0.0
Published
Angular SDK for ImageKit.io which implements client-side upload and URL generation for use inside an Angular application.
Downloads
259
Maintainers
Readme
ImageKit.io Angular SDK
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.
npm install @imagekit/angularTypeScript 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 for more details on how to use the SDK.
