JSFiddle - React, Tailwind, and code Playground
by sambrace
HTML
https://res.cloudinary.com/demo/image/upload/w_200,h_200,c_crop,g_auto/fat_cat.jpg
JavaScript
cloudinary.uploader.upload("rolling_stones.jpg", {
detection: "aws_rek_face",
auto_tagging: 0.7
})
.then(uploadResult => console.log(uploadResult))
.catch(error => console.error(error));