We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39148df commit 1ba1048Copy full SHA for 1ba1048
README.md
@@ -19,7 +19,9 @@ This SDK is lightweight and has no dependency. You can also use this as an ES mo
19
### Using npm
20
Install `imagekit-javascript`
21
```
22
-npm install imagekit-javascript
+npm install imagekit-javascript --save
23
+#or
24
+yarn add imagekit-javascript
25
26
27
Now import ImageKit
0 commit comments