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 6b993d1 commit a27c0b6Copy full SHA for a27c0b6
README.md
@@ -287,8 +287,14 @@ Sample usage
287
imagekit.upload({
288
file: file.files[0],
289
fileName: "abc1.jpg",
290
- tags: ["tag1"]
291
- extensions: [{name: "aws-auto-tagging", minConfidence: 80, maxTags: 10}]
+ tags: ["tag1"],
+ extensions: [
292
+ {
293
+ name: "aws-auto-tagging",
294
+ minConfidence: 80,
295
+ maxTags: 10
296
+ }
297
+ ]
298
}, function(err, result) {
299
console.log(arguments);
300
console.log(imagekit.url({
0 commit comments