You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ Javascript SDK for [ImageKit.io](https://imagekit.io) that implements the client
4
4
5
5
ImageKit is a complete image optimization and transformation solution that comes with an [image CDN](https://imagekit.io/features/imagekit-infrastructure) and media storage. It can be integrated with your existing infrastructure - storages like AWS S3, web servers, your CDN and custom domain names, allowing you to deliver optimized images in minutes with minimal code changes.
6
6
7
-
This SDK required jQuery, or more specifically the `$.ajax()`, method to be accessible globally.
7
+
This SDK has no dependency.
8
8
9
9
## Installation
10
10
@@ -14,10 +14,9 @@ Download the `imagekit.js` file from the dist directory or using the following c
14
14
npm install imagekit-javascript
15
15
```
16
16
17
-
Load it using a `<script>` tag after loading jQuery.
0 commit comments